#B65FDF

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

Shades of Medium Orchid #B65FDF

Tints of Medium Orchid #B65FDF

Color information

#B65FDF (or 0xB65FDF) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and DF. RGB value is (182,95,223). Sum of RGB (Red+Green+Blue) = 182+95+223=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B65FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDF is #49A020. Grayscale: #878787. Windows color (decimal): -4825121 or 14639030. OLE color: 14639030.

HSL color Cylindrical-coordinate representation of color #B65FDF: hue angle of 280.78º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65FDF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18295223-
CMYK0.180.5700.13
HSL280.78º66.67%62.35%-
HSV(B)280.78º57.4%87.45%-
XYZ36.723.4672.41-
YUV135.6177.32161.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=36.4%
G=19%
B=44.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182952230.180.5700.13280.7866.6762.35
HexB65FDF12390D119433e
Octal266137337227101543110376
Binary1011011010111111101111110010111001011011000110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FDF; }

 p { color: rgb(182,95,223); }

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

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

 a { background-color: rgb(182,95,223); }

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

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

 span { border-color: rgb(182,95,223); }

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