Html Css Color HEX #B331EE Dark Orchid

📋 copy color: '#B331EE'

red 179 ◦ green 49 ◦ blue 238

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

Shades of Dark Orchid #B331EE

Tints of Dark Orchid #B331EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.52%

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

R = 38.41%
G = 10.52%
B = 51.07%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B331EE (or 0xB331EE) is known color: Dark Orchid. HEX triplet: B3, 31 and EE. RGB value is (179,49,238). Sum of RGB (Red+Green+Blue) = 179+49+238=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #B331EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B331EE is #4CCE11. Grayscale: #6C6C6C. Windows color (decimal): -5033490 or 15610291. OLE color: 15610291.

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

Color convert

RGB 179 49 238 -
CMYK 0.25 0.79 0 0.07
HSL 281.27º 0.85% 0.56% -
HSV(B) 281.27º 0.79% 0.93% -
XYZ 35.12 17.95 82.5 -
YUV 109.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 179 49 238 0.25 0.79 0 0.07 281.27 0.85 0.56
Hex B3 31 EE 19 4F 0 7 119 55 38
Octal 263 61 356 31 117 0 7 431 125 70
Binary 10110011 110001 11101110 11001 1001111 0 111 100011001 1010101 111000

Color Harmonies of #B331EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331EE

Black with #B331EE

Text Example


Text Example

White with #B331EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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