Html Css Color HEX #B42BE6 Dark Orchid

📋 copy color: '#B42BE6'

red 180 ◦ green 43 ◦ blue 230

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

Shades of Dark Orchid #B42BE6

Tints of Dark Orchid #B42BE6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

 BLUE value IS 230 (90.23% from 255) = 50.77%

R = 39.74%
G = 9.49%
B = 50.77%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B42BE6 (or 0xB42BE6) is known color: Dark Orchid. HEX triplet: B4, 2B and E6. RGB value is (180,43,230). Sum of RGB (Red+Green+Blue) = 180+43+230=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #B42BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BE6 is #4BD419. Grayscale: #686868. Windows color (decimal): -4969498 or 15084468. OLE color: 15084468.

HSL color Cylindrical-coordinate representation of color #B42BE6: hue angle of 283.96º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42BE6 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 43 230 -
CMYK 0.22 0.81 0 0.10
HSL 283.96º 0.79% 0.54% -
HSV(B) 283.96º 0.81% 0.9% -
XYZ 33.97 17.14 76.38 -
YUV 105.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 180 43 230 0.22 0.81 0 0.10 283.96 0.79 0.54
Hex B4 2B E6 16 51 0 A 11C 4F 36
Octal 264 53 346 26 121 0 12 434 117 66
Binary 10110100 101011 11100110 10110 1010001 0 1010 100011100 1001111 110110

Color Harmonies of #B42BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BE6

Black with #B42BE6

Text Example


Text Example

White with #B42BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BE6; }

 p { color: rgb(180,43,230); }

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

background-color css

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

 a { background-color: rgb(180,43,230); }

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

border-color css

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

 span { border-color: rgb(180,43,230); }

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