#B648ED

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

Shades of Medium Orchid #B648ED

Tints of Medium Orchid #B648ED

Color information

#B648ED (or 0xB648ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 48 and ED. RGB value is (182,72,237). Sum of RGB (Red+Green+Blue) = 182+72+237=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B648ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648ED is #49B712. Grayscale: #7B7B7B. Windows color (decimal): -4830995 or 15550646. OLE color: 15550646.

HSL color Cylindrical-coordinate representation of color #B648ED: hue angle of 280º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B648ED is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18272237-
CMYK0.230.7000.07
HSL280º82.09%60.59%-
HSV(B)280º69.62%92.94%-
XYZ36.8920.6982.17-
YUV123.7191.94169.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 72 (28.52% from 255) = 14.66%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=37.07%
G=14.66%
B=48.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182722370.230.7000.0728082.0960.59
HexB648ED174607118523d
Octal266110355271060743012275
Binary1011011010010001110110110111100011001111000110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B648ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B648ED; }

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

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

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

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

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

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

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

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