Html Css Color HEX #B336E6 Dark Orchid

📋 copy color: '#B336E6'

red 179 ◦ green 54 ◦ blue 230

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

Shades of Dark Orchid #B336E6

Tints of Dark Orchid #B336E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 38.66%
G = 11.66%
B = 49.68%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B336E6 (or 0xB336E6) is known color: Dark Orchid. HEX triplet: B3, 36 and E6. RGB value is (179,54,230). Sum of RGB (Red+Green+Blue) = 179+54+230=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #B336E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336E6 is #4CC919. Grayscale: #6E6E6E. Windows color (decimal): -5032218 or 15087283. OLE color: 15087283.

HSL color Cylindrical-coordinate representation of color #B336E6: hue angle of 282.61º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B336E6 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 54 230 -
CMYK 0.22 0.77 0 0.10
HSL 282.61º 0.78% 0.56% -
HSV(B) 282.61º 0.77% 0.9% -
XYZ 34.19 17.94 76.52 -
YUV 111.44 194.91 176.19 -
System Red Green Blue C M Y K H S L
Decimal 179 54 230 0.22 0.77 0 0.10 282.61 0.78 0.56
Hex B3 36 E6 16 4D 0 A 11B 4E 38
Octal 263 66 346 26 115 0 12 433 116 70
Binary 10110011 110110 11100110 10110 1001101 0 1010 100011011 1001110 111000

Color Harmonies of #B336E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336E6

Black with #B336E6

Text Example


Text Example

White with #B336E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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