Html Css Color HEX #B32CEF Dark Orchid

📋 copy color: '#B32CEF'

red 179 ◦ green 44 ◦ blue 239

#B32CEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B32CEF

Tints of Dark Orchid #B32CEF

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

 GREEN value IS 44 (17.58% from 255) = 9.52%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 38.74%
G = 9.52%
B = 51.73%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B32CEF (or 0xB32CEF) is known color: Dark Orchid. HEX triplet: B3, 2C and EF. RGB value is (179,44,239). Sum of RGB (Red+Green+Blue) = 179+44+239=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #B32CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CEF is #4CD310. Grayscale: #696969. Windows color (decimal): -5034769 or 15674547. OLE color: 15674547.

HSL color Cylindrical-coordinate representation of color #B32CEF: hue angle of 281.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32CEF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 44 239 -
CMYK 0.25 0.82 0 0.06
HSL 281.54º 0.86% 0.55% -
HSV(B) 281.54º 0.82% 0.94% -
XYZ 35.07 17.62 83.21 -
YUV 106.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 179 44 239 0.25 0.82 0 0.06 281.54 0.86 0.55
Hex B3 2C EF 19 52 0 6 11A 56 37
Octal 263 54 357 31 122 0 6 432 126 67
Binary 10110011 101100 11101111 11001 1010010 0 110 100011010 1010110 110111

Color Harmonies of #B32CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CEF

Black with #B32CEF

Text Example


Text Example

White with #B32CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CEF; }

 p { color: rgb(179,44,239); }

 H1.HeaderClassName
 {
   color: #B32CEF;
 }
 .AnyTagClassName
 {
   color: #B32CEF;
 }
</style>

background-color css

<style>
 a { background-color: #B32CEF; }

 a { background-color: rgb(179,44,239); }

 div.DivClassName
 {
   background-color: #B32CEF;
 }
 .BgClassName
 {
   background-color: #B32CEF;
 }
</style>

border-color css

<style>
 span { border-color: #B32CEF; }

 span { border-color: rgb(179,44,239); }

 td.TdClassName
 {
   border-color: #B32CEF;
 }
 .TagClassName
 {
   border-color: #B32CEF;
 }
</style>