Html Css Color HEX #B333DF Dark Orchid

📋 copy color: '#B333DF'

red 179 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #B333DF

Tints of Dark Orchid #B333DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.26%

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

R = 39.51%
G = 11.26%
B = 49.23%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B333DF (or 0xB333DF) is known color: Dark Orchid. HEX triplet: B3, 33 and DF. RGB value is (179,51,223). Sum of RGB (Red+Green+Blue) = 179+51+223=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #B333DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333DF is #4CCC20. Grayscale: #6C6C6C. Windows color (decimal): -5032993 or 14627763. OLE color: 14627763.

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

Color convert

RGB 179 51 223 -
CMYK 0.20 0.77 0 0.13
HSL 284.65º 0.73% 0.54% -
HSV(B) 284.65º 0.77% 0.87% -
XYZ 33.09 17.28 71.4 -
YUV 108.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 179 51 223 0.20 0.77 0 0.13 284.65 0.73 0.54
Hex B3 33 DF 14 4D 0 D 11D 49 36
Octal 263 63 337 24 115 0 15 435 111 66
Binary 10110011 110011 11011111 10100 1001101 0 1101 100011101 1001001 110110

Color Harmonies of #B333DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333DF

Black with #B333DF

Text Example


Text Example

White with #B333DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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