#B65FCF

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

Shades of Medium Orchid #B65FCF

Tints of Medium Orchid #B65FCF

Color information

#B65FCF (or 0xB65FCF) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and CF. RGB value is (182,95,207). Sum of RGB (Red+Green+Blue) = 182+95+207=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B65FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FCF is #49A030. Grayscale: #858585. Windows color (decimal): -4825137 or 13590454. OLE color: 13590454.

HSL color Cylindrical-coordinate representation of color #B65FCF: hue angle of 286.61º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65FCF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18295207-
CMYK0.120.5400.19
HSL286.61º53.85%59.22%-
HSV(B)286.61º54.11%81.18%-
XYZ34.6522.6361.57-
YUV133.78169.32162.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 95 (37.5% from 255) = 19.63%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=37.60%
G=19.63%
B=42.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182952070.120.5400.19286.6153.8559.22
HexB65FCFC3601311f363b
Octal26613731714660234376673
Binary101101101011111110011111100110110010011100011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FCF; }

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

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

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

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

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

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

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

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