Html Css Color HEX #B42CEB Dark Orchid

📋 copy color: '#B42CEB'

red 180 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #B42CEB

Tints of Dark Orchid #B42CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 39.22%
G = 9.59%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B42CEB (or 0xB42CEB) is known color: Dark Orchid. HEX triplet: B4, 2C and EB. RGB value is (180,44,235). Sum of RGB (Red+Green+Blue) = 180+44+235=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #B42CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CEB is #4BD314. Grayscale: #696969. Windows color (decimal): -4969237 or 15412404. OLE color: 15412404.

HSL color Cylindrical-coordinate representation of color #B42CEB: hue angle of 282.72º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42CEB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 44 235 -
CMYK 0.23 0.81 0 0.08
HSL 282.72º 0.83% 0.55% -
HSV(B) 282.72º 0.81% 0.92% -
XYZ 34.72 17.5 80.15 -
YUV 106.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 180 44 235 0.23 0.81 0 0.08 282.72 0.83 0.55
Hex B4 2C EB 17 51 0 8 11B 53 37
Octal 264 54 353 27 121 0 10 433 123 67
Binary 10110100 101100 11101011 10111 1010001 0 1000 100011011 1010011 110111

Color Harmonies of #B42CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CEB

Black with #B42CEB

Text Example


Text Example

White with #B42CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CEB; }

 p { color: rgb(180,44,235); }

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

background-color css

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

 a { background-color: rgb(180,44,235); }

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

border-color css

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

 span { border-color: rgb(180,44,235); }

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