#B533F1

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

Shades of Dark Orchid #B533F1

Tints of Dark Orchid #B533F1

Color information

#B533F1 (or 0xB533F1) is unknown color: approx Dark Orchid. HEX triplet: B5, 33 and F1. RGB value is (181,51,241). Sum of RGB (Red+Green+Blue) = 181+51+241=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #B533F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B533F1 is #4ACC0E. Grayscale: #6E6E6E. Windows color (decimal): -4901903 or 15807413. OLE color: 15807413.

HSL color Cylindrical-coordinate representation of color #B533F1: hue angle of 281.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B533F1 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18151241-
CMYK0.250.7900.05
HSL281.05º87.16%57.25%-
HSV(B)281.05º78.84%94.51%-
XYZ36.1218.5484.89-
YUV111.53201.07177.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=38.27%
G=10.78%
B=50.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181512410.250.7900.05281.0587.1657.25
HexB533F1194F051195739
Octal26563361311170543112771
Binary101101011100111111000111001100111101011000110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533F1; }

 p { color: rgb(181,51,241); }

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

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

 a { background-color: rgb(181,51,241); }

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

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

 span { border-color: rgb(181,51,241); }

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