Html Css Color HEX #B32EEB Dark Orchid

📋 copy color: '#B32EEB'

red 179 ◦ green 46 ◦ blue 235

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

Shades of Dark Orchid #B32EEB

Tints of Dark Orchid #B32EEB

RGB

 RED value IS 179 (70.31% from 255) = 38.91%

 GREEN value IS 46 (18.36% from 255) = 10%

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

R = 38.91%
G = 10%
B = 51.09%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B32EEB (or 0xB32EEB) is known color: Dark Orchid. HEX triplet: B3, 2E and EB. RGB value is (179,46,235). Sum of RGB (Red+Green+Blue) = 179+46+235=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #B32EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EEB is #4CD114. Grayscale: #6A6A6A. Windows color (decimal): -5034261 or 15412915. OLE color: 15412915.

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

Color convert

RGB 179 46 235 -
CMYK 0.24 0.80 0 0.08
HSL 282.22º 0.83% 0.55% -
HSV(B) 282.22º 0.8% 0.92% -
XYZ 34.56 17.54 80.16 -
YUV 107.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 179 46 235 0.24 0.80 0 0.08 282.22 0.83 0.55
Hex B3 2E EB 18 50 0 8 11A 53 37
Octal 263 56 353 30 120 0 10 432 123 67
Binary 10110011 101110 11101011 11000 1010000 0 1000 100011010 1010011 110111

Color Harmonies of #B32EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EEB

Black with #B32EEB

Text Example


Text Example

White with #B32EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EEB; }

 p { color: rgb(179,46,235); }

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

background-color css

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

 a { background-color: rgb(179,46,235); }

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

border-color css

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

 span { border-color: rgb(179,46,235); }

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