#B964D4

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

Shades of Medium Orchid #B964D4

Tints of Medium Orchid #B964D4

Color information

#B964D4 (or 0xB964D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and D4. RGB value is (185,100,212). Sum of RGB (Red+Green+Blue) = 185+100+212=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #B964D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964D4 is #469B2B. Grayscale: #898989. Windows color (decimal): -4627244 or 13919417. OLE color: 13919417.

HSL color Cylindrical-coordinate representation of color #B964D4: hue angle of 285.54º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B964D4 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185100212-
CMYK0.130.5300.17
HSL285.54º56.57%61.18%-
HSV(B)285.54º52.83%83.14%-
XYZ36.4524.1865.03-
YUV138.18169.66161.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=37.22%
G=20.12%
B=42.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851002120.130.5300.17285.5456.5761.18
HexB964D4D3501111e393d
Octal27114432415650214367175
Binary101110011100100110101001101110101010001100011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964D4; }

 p { color: rgb(185,100,212); }

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

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

 a { background-color: rgb(185,100,212); }

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

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

 span { border-color: rgb(185,100,212); }

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