Html Css Color HEX #B335EC Dark Orchid

📋 copy color: '#B335EC'

red 179 ◦ green 53 ◦ blue 236

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

Shades of Dark Orchid #B335EC

Tints of Dark Orchid #B335EC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.32%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 38.25%
G = 11.32%
B = 50.43%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B335EC (or 0xB335EC) is known color: Dark Orchid. HEX triplet: B3, 35 and EC. RGB value is (179,53,236). Sum of RGB (Red+Green+Blue) = 179+53+236=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B335EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B335EC is #4CCA13. Grayscale: #6E6E6E. Windows color (decimal): -5032468 or 15480243. OLE color: 15480243.

HSL color Cylindrical-coordinate representation of color #B335EC: hue angle of 281.31º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B335EC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 53 236 -
CMYK 0.24 0.78 0 0.07
HSL 281.31º 0.83% 0.57% -
HSV(B) 281.31º 0.78% 0.93% -
XYZ 35 18.19 81.02 -
YUV 111.54 198.24 176.12 -
System Red Green Blue C M Y K H S L
Decimal 179 53 236 0.24 0.78 0 0.07 281.31 0.83 0.57
Hex B3 35 EC 18 4E 0 7 119 53 39
Octal 263 65 354 30 116 0 7 431 123 71
Binary 10110011 110101 11101100 11000 1001110 0 111 100011001 1010011 111001

Color Harmonies of #B335EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335EC

Black with #B335EC

Text Example


Text Example

White with #B335EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335EC; }

 p { color: rgb(179,53,236); }

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

background-color css

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

 a { background-color: rgb(179,53,236); }

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

border-color css

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

 span { border-color: rgb(179,53,236); }

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