Html Css Color HEX #B336DF Dark Orchid

📋 copy color: '#B336DF'

red 179 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #B336DF

Tints of Dark Orchid #B336DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 39.25%
G = 11.84%
B = 48.9%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B336DF (or 0xB336DF) is known color: Dark Orchid. HEX triplet: B3, 36 and DF. RGB value is (179,54,223). Sum of RGB (Red+Green+Blue) = 179+54+223=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B336DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336DF is #4CC920. Grayscale: #6E6E6E. Windows color (decimal): -5032225 or 14628531. OLE color: 14628531.

HSL color Cylindrical-coordinate representation of color #B336DF: hue angle of 284.38º degrees, saturation: 0.73, 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 #B336DF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 54 223 -
CMYK 0.20 0.76 0 0.13
HSL 284.38º 0.73% 0.54% -
HSV(B) 284.38º 0.76% 0.87% -
XYZ 33.23 17.55 71.45 -
YUV 110.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 179 54 223 0.20 0.76 0 0.13 284.38 0.73 0.54
Hex B3 36 DF 14 4C 0 D 11C 49 36
Octal 263 66 337 24 114 0 15 434 111 66
Binary 10110011 110110 11011111 10100 1001100 0 1101 100011100 1001001 110110

Color Harmonies of #B336DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336DF

Black with #B336DF

Text Example


Text Example

White with #B336DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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