#B63CFD

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

Shades of Medium Orchid #B63CFD

Tints of Medium Orchid #B63CFD

Color information

#B63CFD (or 0xB63CFD) is unknown color: approx Medium Orchid. HEX triplet: B6, 3C and FD. RGB value is (182,60,253). Sum of RGB (Red+Green+Blue) = 182+60+253=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFD is #49C302. Grayscale: #757575. Windows color (decimal): -4834051 or 16596150. OLE color: 16596150.

HSL color Cylindrical-coordinate representation of color #B63CFD: hue angle of 277.93º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63CFD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18260253-
CMYK0.280.7600.01
HSL277.93º97.97%61.37%-
HSV(B)277.93º76.28%99.22%-
XYZ38.6420.2794.8-
YUV118.48203.92173.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 60 (23.83% from 255) = 12.12%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=36.77%
G=12.12%
B=51.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182602530.280.7600.01277.9397.9761.37
HexB63CFD1C4C01116623d
Octal26674375341140142614275
Binary1011011011110011111101111001001100011000101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CFD; }

 p { color: rgb(182,60,253); }

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

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

 a { background-color: rgb(182,60,253); }

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

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

 span { border-color: rgb(182,60,253); }

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