Html Css Color HEX #B42FCA Dark Orchid

📋 copy color: '#B42FCA'

red 180 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #B42FCA

Tints of Dark Orchid #B42FCA

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

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

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

R = 41.96%
G = 10.96%
B = 47.09%

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

#B42FCA (or 0xB42FCA) is known color: Dark Orchid. HEX triplet: B4, 2F and CA. RGB value is (180,47,202). Sum of RGB (Red+Green+Blue) = 180+47+202=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B42FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FCA is #4BD035. Grayscale: #676767. Windows color (decimal): -4968502 or 13250484. OLE color: 13250484.

HSL color Cylindrical-coordinate representation of color #B42FCA: hue angle of 291.48º 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 #B42FCA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 47 202 -
CMYK 0.11 0.77 0 0.21
HSL 291.48º 0.62% 0.49% -
HSV(B) 291.48º 0.77% 0.79% -
XYZ 30.5 16 57.36 -
YUV 104.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 180 47 202 0.11 0.77 0 0.21 291.48 0.62 0.49
Hex B4 2F CA B 4D 0 15 123 3E 31
Octal 264 57 312 13 115 0 25 443 76 61
Binary 10110100 101111 11001010 1011 1001101 0 10101 100100011 111110 110001

Color Harmonies of #B42FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FCA

Black with #B42FCA

Text Example


Text Example

White with #B42FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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