Html Css Color HEX #B32EED Dark Orchid

📋 copy color: '#B32EED'

red 179 ◦ green 46 ◦ blue 237

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

Shades of Dark Orchid #B32EED

Tints of Dark Orchid #B32EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 38.74%
G = 9.96%
B = 51.3%

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

#B32EED (or 0xB32EED) is known color: Dark Orchid. HEX triplet: B3, 2E and ED. RGB value is (179,46,237). Sum of RGB (Red+Green+Blue) = 179+46+237=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #B32EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EED is #4CD112. Grayscale: #6A6A6A. Windows color (decimal): -5034259 or 15543987. OLE color: 15543987.

HSL color Cylindrical-coordinate representation of color #B32EED: hue angle of 281.78º degrees, saturation: 0.84, 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 #B32EED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 46 237 -
CMYK 0.24 0.81 0 0.07
HSL 281.78º 0.84% 0.55% -
HSV(B) 281.78º 0.81% 0.93% -
XYZ 34.85 17.65 81.69 -
YUV 107.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 179 46 237 0.24 0.81 0 0.07 281.78 0.84 0.55
Hex B3 2E ED 18 51 0 7 11A 54 37
Octal 263 56 355 30 121 0 7 432 124 67
Binary 10110011 101110 11101101 11000 1010001 0 111 100011010 1010100 110111

Color Harmonies of #B32EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EED

Black with #B32EED

Text Example


Text Example

White with #B32EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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