#B648FE

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

Shades of Medium Orchid #B648FE

Tints of Medium Orchid #B648FE

Color information

#B648FE (or 0xB648FE) is unknown color: approx Medium Orchid. HEX triplet: B6, 48 and FE. RGB value is (182,72,254). Sum of RGB (Red+Green+Blue) = 182+72+254=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B648FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648FE is #49B701. Grayscale: #7D7D7D. Windows color (decimal): -4830978 or 16664758. OLE color: 16664758.

HSL color Cylindrical-coordinate representation of color #B648FE: hue angle of 276.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B648FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18272254-
CMYK0.280.7200.00
HSL276.26º98.91%63.92%-
HSV(B)276.26º71.65%99.61%-
XYZ39.521.7495.88-
YUV125.64200.44168.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 72 (28.52% from 255) = 14.17%
BLUE value IS 254 (99.61% from 255) = 50%
R=35.83%
G=14.17%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182722540.280.7200.00276.2698.9163.92
HexB648FE1C48001146340
Octal2661103763411000424143100
Binary101101101001000111111101110010010000010001010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B648FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B648FE; }

 p { color: rgb(182,72,254); }

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

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

 a { background-color: rgb(182,72,254); }

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

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

 span { border-color: rgb(182,72,254); }

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