#B535C7

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

Shades of Dark Orchid #B535C7

Tints of Dark Orchid #B535C7

Color information

#B535C7 (or 0xB535C7) is unknown color: approx Dark Orchid. HEX triplet: B5, 35 and C7. RGB value is (181,53,199). Sum of RGB (Red+Green+Blue) = 181+53+199=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #B535C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535C7 is #4ACA38. Grayscale: #6B6B6B. Windows color (decimal): -4901433 or 13055413. OLE color: 13055413.

HSL color Cylindrical-coordinate representation of color #B535C7: hue angle of 292.6º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B535C7 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18153199-
CMYK0.090.7300.22
HSL292.6º57.94%49.41%-
HSV(B)292.6º73.37%78.04%-
XYZ30.6416.4955.6-
YUV107.92179.41180.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=41.80%
G=12.24%
B=45.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181531990.090.7300.22292.657.9449.41
HexB535C79490161253a31
Octal26565307111110264457261
Binary101101011101011100011110011001001010110100100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535C7; }

 p { color: rgb(181,53,199); }

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

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

 a { background-color: rgb(181,53,199); }

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

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

 span { border-color: rgb(181,53,199); }

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