Html Css Color HEX #B331EA Dark Orchid

📋 copy color: '#B331EA'

red 179 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #B331EA

Tints of Dark Orchid #B331EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 38.74%
G = 10.61%
B = 50.65%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B331EA (or 0xB331EA) is known color: Dark Orchid. HEX triplet: B3, 31 and EA. RGB value is (179,49,234). Sum of RGB (Red+Green+Blue) = 179+49+234=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #B331EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B331EA is #4CCE15. Grayscale: #6C6C6C. Windows color (decimal): -5033494 or 15348147. OLE color: 15348147.

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

Color convert

RGB 179 49 234 -
CMYK 0.24 0.79 0 0.08
HSL 282.16º 0.81% 0.55% -
HSV(B) 282.16º 0.79% 0.92% -
XYZ 34.54 17.72 79.44 -
YUV 108.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 179 49 234 0.24 0.79 0 0.08 282.16 0.81 0.55
Hex B3 31 EA 18 4F 0 8 11A 51 37
Octal 263 61 352 30 117 0 10 432 121 67
Binary 10110011 110001 11101010 11000 1001111 0 1000 100011010 1010001 110111

Color Harmonies of #B331EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331EA

Black with #B331EA

Text Example


Text Example

White with #B331EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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