Html Css Color HEX #B331E2 Dark Orchid

📋 copy color: '#B331E2'

red 179 ◦ green 49 ◦ blue 226

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

Shades of Dark Orchid #B331E2

Tints of Dark Orchid #B331E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.78%

R = 39.43%
G = 10.79%
B = 49.78%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B331E2 (or 0xB331E2) is known color: Dark Orchid. HEX triplet: B3, 31 and E2. RGB value is (179,49,226). Sum of RGB (Red+Green+Blue) = 179+49+226=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #B331E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331E2 is #4CCE1D. Grayscale: #6B6B6B. Windows color (decimal): -5033502 or 14823859. OLE color: 14823859.

HSL color Cylindrical-coordinate representation of color #B331E2: hue angle of 284.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B331E2 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 49 226 -
CMYK 0.21 0.78 0 0.11
HSL 284.07º 0.75% 0.54% -
HSV(B) 284.07º 0.78% 0.89% -
XYZ 33.42 17.27 73.52 -
YUV 108.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 179 49 226 0.21 0.78 0 0.11 284.07 0.75 0.54
Hex B3 31 E2 15 4E 0 B 11C 4B 36
Octal 263 61 342 25 116 0 13 434 113 66
Binary 10110011 110001 11100010 10101 1001110 0 1011 100011100 1001011 110110

Color Harmonies of #B331E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331E2

Black with #B331E2

Text Example


Text Example

White with #B331E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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