Html Css Color HEX #B42FCD Dark Orchid

📋 copy color: '#B42FCD'

red 180 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #B42FCD

Tints of Dark Orchid #B42FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 41.67%
G = 10.88%
B = 47.45%

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

#B42FCD (or 0xB42FCD) is known color: Dark Orchid. HEX triplet: B4, 2F and CD. RGB value is (180,47,205). Sum of RGB (Red+Green+Blue) = 180+47+205=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B42FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FCD is #4BD032. Grayscale: #686868. Windows color (decimal): -4968499 or 13447092. OLE color: 13447092.

HSL color Cylindrical-coordinate representation of color #B42FCD: hue angle of 290.51º degrees, saturation: 0.63, 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 #B42FCD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 47 205 -
CMYK 0.12 0.77 0 0.20
HSL 290.51º 0.63% 0.49% -
HSV(B) 290.51º 0.77% 0.8% -
XYZ 30.86 16.14 59.25 -
YUV 104.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 180 47 205 0.12 0.77 0 0.20 290.51 0.63 0.49
Hex B4 2F CD C 4D 0 14 123 3F 31
Octal 264 57 315 14 115 0 24 443 77 61
Binary 10110100 101111 11001101 1100 1001101 0 10100 100100011 111111 110001

Color Harmonies of #B42FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FCD

Black with #B42FCD

Text Example


Text Example

White with #B42FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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