#B969ED

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

Shades of Medium Orchid #B969ED

Tints of Medium Orchid #B969ED

Color information

#B969ED (or 0xB969ED) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and ED. RGB value is (185,105,237). Sum of RGB (Red+Green+Blue) = 185+105+237=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B969ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969ED is #469612. Grayscale: #8F8F8F. Windows color (decimal): -4625939 or 15559097. OLE color: 15559097.

HSL color Cylindrical-coordinate representation of color #B969ED: hue angle of 276.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B969ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185105237-
CMYK0.220.5600.07
HSL276.36º78.57%67.06%-
HSV(B)276.36º55.7%92.94%-
XYZ40.3526.5383.12-
YUV143.97180.5157.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=35.10%
G=19.92%
B=44.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851052370.220.5600.07276.3678.5767.06
HexB969ED1638071144f43
Octal271151355267007424117103
Binary1011100111010011110110110110111000011110001010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969ED; }

 p { color: rgb(185,105,237); }

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

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

 a { background-color: rgb(185,105,237); }

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

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

 span { border-color: rgb(185,105,237); }

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