Html Css Color HEX #B42DCF Dark Orchid

📋 copy color: '#B42DCF'

red 180 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #B42DCF

Tints of Dark Orchid #B42DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 41.67%
G = 10.42%
B = 47.92%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B42DCF (or 0xB42DCF) is known color: Dark Orchid. HEX triplet: B4, 2D and CF. RGB value is (180,45,207). Sum of RGB (Red+Green+Blue) = 180+45+207=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCF is #4BD230. Grayscale: #676767. Windows color (decimal): -4969009 or 13577652. OLE color: 13577652.

HSL color Cylindrical-coordinate representation of color #B42DCF: hue angle of 290º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42DCF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 45 207 -
CMYK 0.13 0.78 0 0.19
HSL 290º 0.64% 0.49% -
HSV(B) 290º 0.78% 0.81% -
XYZ 31.02 16.09 60.5 -
YUV 103.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 180 45 207 0.13 0.78 0 0.19 290 0.64 0.49
Hex B4 2D CF D 4E 0 13 122 40 31
Octal 264 55 317 15 116 0 23 442 100 61
Binary 10110100 101101 11001111 1101 1001110 0 10011 100100010 1000000 110001

Color Harmonies of #B42DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DCF

Black with #B42DCF

Text Example


Text Example

White with #B42DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DCF; }

 p { color: rgb(180,45,207); }

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

background-color css

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

 a { background-color: rgb(180,45,207); }

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

border-color css

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

 span { border-color: rgb(180,45,207); }

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