#B967DA

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

Shades of Medium Orchid #B967DA

Tints of Medium Orchid #B967DA

Color information

#B967DA (or 0xB967DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and DA. RGB value is (185,103,218). Sum of RGB (Red+Green+Blue) = 185+103+218=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B967DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967DA is #469825. Grayscale: #8C8C8C. Windows color (decimal): -4626470 or 14313401. OLE color: 14313401.

HSL color Cylindrical-coordinate representation of color #B967DA: hue angle of 282.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B967DA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185103218-
CMYK0.150.5300.15
HSL282.78º60.85%62.94%-
HSV(B)282.78º52.75%85.49%-
XYZ37.5125.0869.19-
YUV140.63171.67159.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=36.56%
G=20.36%
B=43.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851032180.150.5300.15282.7860.8562.94
HexB967DAF350F11b3d3f
Octal27114733217650174337577
Binary10111001110011111011010111111010101111100011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967DA; }

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

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

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

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

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

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

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

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