Html Css Color HEX #B336E9 Dark Orchid

📋 copy color: '#B336E9'

red 179 ◦ green 54 ◦ blue 233

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

Shades of Dark Orchid #B336E9

Tints of Dark Orchid #B336E9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

 BLUE value IS 233 (91.41% from 255) = 50%

R = 38.41%
G = 11.59%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B336E9 (or 0xB336E9) is known color: Dark Orchid. HEX triplet: B3, 36 and E9. RGB value is (179,54,233). Sum of RGB (Red+Green+Blue) = 179+54+233=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #B336E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336E9 is #4CC916. Grayscale: #6F6F6F. Windows color (decimal): -5032215 or 15283891. OLE color: 15283891.

HSL color Cylindrical-coordinate representation of color #B336E9: hue angle of 281.9º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B336E9 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 54 233 -
CMYK 0.23 0.77 0 0.09
HSL 281.9º 0.8% 0.56% -
HSV(B) 281.9º 0.77% 0.91% -
XYZ 34.62 18.11 78.76 -
YUV 111.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 179 54 233 0.23 0.77 0 0.09 281.9 0.8 0.56
Hex B3 36 E9 17 4D 0 9 11A 50 38
Octal 263 66 351 27 115 0 11 432 120 70
Binary 10110011 110110 11101001 10111 1001101 0 1001 100011010 1010000 111000

Color Harmonies of #B336E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336E9

Black with #B336E9

Text Example


Text Example

White with #B336E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336E9; }

 p { color: rgb(179,54,233); }

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

background-color css

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

 a { background-color: rgb(179,54,233); }

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

border-color css

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

 span { border-color: rgb(179,54,233); }

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