Html Css Color HEX #B42DDF Dark Orchid

📋 copy color: '#B42DDF'

red 180 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #B42DDF

Tints of Dark Orchid #B42DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 40.18%
G = 10.04%
B = 49.78%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B42DDF (or 0xB42DDF) is known color: Dark Orchid. HEX triplet: B4, 2D and DF. RGB value is (180,45,223). Sum of RGB (Red+Green+Blue) = 180+45+223=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B42DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DDF is #4BD220. Grayscale: #696969. Windows color (decimal): -4968993 or 14626228. OLE color: 14626228.

HSL color Cylindrical-coordinate representation of color #B42DDF: hue angle of 285.51º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42DDF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 45 223 -
CMYK 0.19 0.80 0 0.13
HSL 285.51º 0.74% 0.53% -
HSV(B) 285.51º 0.8% 0.87% -
XYZ 33.08 16.91 71.33 -
YUV 105.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 180 45 223 0.19 0.80 0 0.13 285.51 0.74 0.53
Hex B4 2D DF 13 50 0 D 11E 4A 35
Octal 264 55 337 23 120 0 15 436 112 65
Binary 10110100 101101 11011111 10011 1010000 0 1101 100011110 1001010 110101

Color Harmonies of #B42DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DDF

Black with #B42DDF

Text Example


Text Example

White with #B42DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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