Html Css Color HEX #B32FCB Dark Orchid

📋 copy color: '#B32FCB'

red 179 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #B32FCB

Tints of Dark Orchid #B32FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 41.72%
G = 10.96%
B = 47.32%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B32FCB (or 0xB32FCB) is known color: Dark Orchid. HEX triplet: B3, 2F and CB. RGB value is (179,47,203). Sum of RGB (Red+Green+Blue) = 179+47+203=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B32FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FCB is #4CD034. Grayscale: #676767. Windows color (decimal): -5034037 or 13316019. OLE color: 13316019.

HSL color Cylindrical-coordinate representation of color #B32FCB: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32FCB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 47 203 -
CMYK 0.12 0.77 0 0.20
HSL 290.77º 0.62% 0.49% -
HSV(B) 290.77º 0.77% 0.8% -
XYZ 30.39 15.93 57.97 -
YUV 104.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 179 47 203 0.12 0.77 0 0.20 290.77 0.62 0.49
Hex B3 2F CB C 4D 0 14 123 3E 31
Octal 263 57 313 14 115 0 24 443 76 61
Binary 10110011 101111 11001011 1100 1001101 0 10100 100100011 111110 110001

Color Harmonies of #B32FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FCB

Black with #B32FCB

Text Example


Text Example

White with #B32FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FCB; }

 p { color: rgb(179,47,203); }

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

background-color css

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

 a { background-color: rgb(179,47,203); }

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

border-color css

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

 span { border-color: rgb(179,47,203); }

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