#B967EA

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

Shades of Medium Orchid #B967EA

Tints of Medium Orchid #B967EA

Color information

#B967EA (or 0xB967EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and EA. RGB value is (185,103,234). Sum of RGB (Red+Green+Blue) = 185+103+234=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #B967EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EA is #469815. Grayscale: #8E8E8E. Windows color (decimal): -4626454 or 15361977. OLE color: 15361977.

HSL color Cylindrical-coordinate representation of color #B967EA: hue angle of 277.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B967EA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185103234-
CMYK0.210.5600.08
HSL277.56º75.72%66.08%-
HSV(B)277.56º55.98%91.76%-
XYZ39.7125.9680.76-
YUV142.45179.67158.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=35.44%
G=19.73%
B=44.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851032340.210.5600.08277.5675.7266.08
HexB967EA1538081164c42
Octal2711473522570010426114102
Binary10111001110011111101010101011110000100010001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967EA; }

 p { color: rgb(185,103,234); }

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

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

 a { background-color: rgb(185,103,234); }

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

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

 span { border-color: rgb(185,103,234); }

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