Html Css Color HEX #B42DEE Dark Orchid

📋 copy color: '#B42DEE'

red 180 ◦ green 45 ◦ blue 238

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

Shades of Dark Orchid #B42DEE

Tints of Dark Orchid #B42DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 38.88%
G = 9.72%
B = 51.4%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B42DEE (or 0xB42DEE) is known color: Dark Orchid. HEX triplet: B4, 2D and EE. RGB value is (180,45,238). Sum of RGB (Red+Green+Blue) = 180+45+238=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B42DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DEE is #4BD211. Grayscale: #6A6A6A. Windows color (decimal): -4968978 or 15609268. OLE color: 15609268.

HSL color Cylindrical-coordinate representation of color #B42DEE: hue angle of 281.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42DEE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 45 238 -
CMYK 0.24 0.81 0 0.07
HSL 281.97º 0.85% 0.55% -
HSV(B) 281.97º 0.81% 0.93% -
XYZ 35.19 17.75 82.46 -
YUV 107.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 180 45 238 0.24 0.81 0 0.07 281.97 0.85 0.55
Hex B4 2D EE 18 51 0 7 11A 55 37
Octal 264 55 356 30 121 0 7 432 125 67
Binary 10110100 101101 11101110 11000 1010001 0 111 100011010 1010101 110111

Color Harmonies of #B42DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DEE

Black with #B42DEE

Text Example


Text Example

White with #B42DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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