#B953EF

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

Shades of Medium Orchid #B953EF

Tints of Medium Orchid #B953EF

Color information

#B953EF (or 0xB953EF) is unknown color: approx Medium Orchid. HEX triplet: B9, 53 and EF. RGB value is (185,83,239). Sum of RGB (Red+Green+Blue) = 185+83+239=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B953EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953EF is #46AC10. Grayscale: #828282. Windows color (decimal): -4631569 or 15684537. OLE color: 15684537.

HSL color Cylindrical-coordinate representation of color #B953EF: hue angle of 279.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B953EF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18583239-
CMYK0.230.6500.06
HSL279.23º82.98%63.14%-
HSV(B)279.23º65.27%93.73%-
XYZ38.6822.7384.01-
YUV131.28188.79166.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 83 (32.81% from 255) = 16.37%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=36.49%
G=16.37%
B=47.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal185832390.230.6500.06279.2382.9863.14
HexB953EF174106117533f
Octal271123357271010642712377
Binary1011100110100111110111110111100000101101000101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B953EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B953EF; }

 p { color: rgb(185,83,239); }

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

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

 a { background-color: rgb(185,83,239); }

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

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

 span { border-color: rgb(185,83,239); }

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