Html Css Color HEX #B32EEE Dark Orchid

📋 copy color: '#B32EEE'

red 179 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B32EEE

Tints of Dark Orchid #B32EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 38.66%
G = 9.94%
B = 51.4%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B32EEE (or 0xB32EEE) is known color: Dark Orchid. HEX triplet: B3, 2E and EE. RGB value is (179,46,238). Sum of RGB (Red+Green+Blue) = 179+46+238=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B32EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EEE is #4CD111. Grayscale: #6B6B6B. Windows color (decimal): -5034258 or 15609523. OLE color: 15609523.

HSL color Cylindrical-coordinate representation of color #B32EEE: hue angle of 281.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32EEE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 46 238 -
CMYK 0.25 0.81 0 0.07
HSL 281.56º 0.85% 0.56% -
HSV(B) 281.56º 0.81% 0.93% -
XYZ 35 17.71 82.46 -
YUV 107.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 179 46 238 0.25 0.81 0 0.07 281.56 0.85 0.56
Hex B3 2E EE 19 51 0 7 11A 55 38
Octal 263 56 356 31 121 0 7 432 125 70
Binary 10110011 101110 11101110 11001 1010001 0 111 100011010 1010101 111000

Color Harmonies of #B32EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EEE

Black with #B32EEE

Text Example


Text Example

White with #B32EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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