#B333BE

Color #B333BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B333BE

Tints of Dark Orchid #B333BE

Color information

#B333BE (or 0xB333BE) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and BE. RGB value is (179,51,190). Sum of RGB (Red+Green+Blue) = 179+51+190=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #B333BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BE is #4CCC41. Grayscale: #686868. Windows color (decimal): -5033026 or 12465075. OLE color: 12465075.

HSL color Cylindrical-coordinate representation of color #B333BE: hue angle of 295.25º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B333BE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17951190-
CMYK0.060.7300.25
HSL295.25º57.68%47.25%-
HSV(B)295.25º73.16%74.51%-
XYZ29.0715.6750.21-
YUV105.12175.91180.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=42.62%
G=12.14%
B=45.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179511900.060.7300.25295.2557.6847.25
HexB333BE6490191273a2f
Octal2636327661110314477257
Binary10110011110011101111101101001001011001100100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333BE; }

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

 H1.HeaderClassName
 {
   color: #B333BE;
 }
 .AnyTagClassName
 {
   color: #B333BE;
 }
</style>
background-color css

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

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

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

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

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

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