Html Css Color HEX #B335CE Dark Orchid

📋 copy color: '#B335CE'

red 179 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #B335CE

Tints of Dark Orchid #B335CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 40.87%
G = 12.1%
B = 47.03%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B335CE (or 0xB335CE) is known color: Dark Orchid. HEX triplet: B3, 35 and CE. RGB value is (179,53,206). Sum of RGB (Red+Green+Blue) = 179+53+206=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B335CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335CE is #4CCA31. Grayscale: #6B6B6B. Windows color (decimal): -5032498 or 13514163. OLE color: 13514163.

HSL color Cylindrical-coordinate representation of color #B335CE: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B335CE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 53 206 -
CMYK 0.13 0.74 0 0.19
HSL 289.41º 0.61% 0.51% -
HSV(B) 289.41º 0.74% 0.81% -
XYZ 31 16.59 59.96 -
YUV 108.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 179 53 206 0.13 0.74 0 0.19 289.41 0.61 0.51
Hex B3 35 CE D 4A 0 13 121 3D 33
Octal 263 65 316 15 112 0 23 441 75 63
Binary 10110011 110101 11001110 1101 1001010 0 10011 100100001 111101 110011

Color Harmonies of #B335CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335CE

Black with #B335CE

Text Example


Text Example

White with #B335CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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