Html Css Color HEX #B335DD Dark Orchid

📋 copy color: '#B335DD'

red 179 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #B335DD

Tints of Dark Orchid #B335DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 39.51%
G = 11.7%
B = 48.79%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B335DD (or 0xB335DD) is known color: Dark Orchid. HEX triplet: B3, 35 and DD. RGB value is (179,53,221). Sum of RGB (Red+Green+Blue) = 179+53+221=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B335DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335DD is #4CCA22. Grayscale: #6D6D6D. Windows color (decimal): -5032483 or 14497203. OLE color: 14497203.

HSL color Cylindrical-coordinate representation of color #B335DD: hue angle of 285º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B335DD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 53 221 -
CMYK 0.19 0.76 0 0.13
HSL 285º 0.71% 0.54% -
HSV(B) 285º 0.76% 0.87% -
XYZ 32.91 17.35 70.02 -
YUV 109.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 179 53 221 0.19 0.76 0 0.13 285 0.71 0.54
Hex B3 35 DD 13 4C 0 D 11D 47 36
Octal 263 65 335 23 114 0 15 435 107 66
Binary 10110011 110101 11011101 10011 1001100 0 1101 100011101 1000111 110110

Color Harmonies of #B335DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335DD

Black with #B335DD

Text Example


Text Example

White with #B335DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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