Html Css Color HEX #B32FCA Dark Orchid

📋 copy color: '#B32FCA'

red 179 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #B32FCA

Tints of Dark Orchid #B32FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 41.82%
G = 10.98%
B = 47.2%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B32FCA (or 0xB32FCA) is known color: Dark Orchid. HEX triplet: B3, 2F and CA. RGB value is (179,47,202). Sum of RGB (Red+Green+Blue) = 179+47+202=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #B32FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FCA is #4CD035. Grayscale: #676767. Windows color (decimal): -5034038 or 13250483. OLE color: 13250483.

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

Color convert

RGB 179 47 202 -
CMYK 0.11 0.77 0 0.21
HSL 291.1º 0.62% 0.49% -
HSV(B) 291.1º 0.77% 0.79% -
XYZ 30.27 15.88 57.35 -
YUV 104.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 179 47 202 0.11 0.77 0 0.21 291.1 0.62 0.49
Hex B3 2F CA B 4D 0 15 123 3E 31
Octal 263 57 312 13 115 0 25 443 76 61
Binary 10110011 101111 11001010 1011 1001101 0 10101 100100011 111110 110001

Color Harmonies of #B32FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FCA

Black with #B32FCA

Text Example


Text Example

White with #B32FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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