Html Css Color HEX #B42BEB Dark Orchid

📋 copy color: '#B42BEB'

red 180 ◦ green 43 ◦ blue 235

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

Shades of Dark Orchid #B42BEB

Tints of Dark Orchid #B42BEB

RGB

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

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

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

R = 39.3%
G = 9.39%
B = 51.31%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B42BEB (or 0xB42BEB) is known color: Dark Orchid. HEX triplet: B4, 2B and EB. RGB value is (180,43,235). Sum of RGB (Red+Green+Blue) = 180+43+235=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #B42BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BEB is #4BD414. Grayscale: #696969. Windows color (decimal): -4969493 or 15412148. OLE color: 15412148.

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

Color convert

RGB 180 43 235 -
CMYK 0.23 0.82 0 0.08
HSL 282.81º 0.83% 0.55% -
HSV(B) 282.81º 0.82% 0.92% -
XYZ 34.68 17.43 80.13 -
YUV 105.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 180 43 235 0.23 0.82 0 0.08 282.81 0.83 0.55
Hex B4 2B EB 17 52 0 8 11B 53 37
Octal 264 53 353 27 122 0 10 433 123 67
Binary 10110100 101011 11101011 10111 1010010 0 1000 100011011 1010011 110111

Color Harmonies of #B42BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BEB

Black with #B42BEB

Text Example


Text Example

White with #B42BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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