#B645F9

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

Shades of Medium Orchid #B645F9

Tints of Medium Orchid #B645F9

Color information

#B645F9 (or 0xB645F9) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and F9. RGB value is (182,69,249). Sum of RGB (Red+Green+Blue) = 182+69+249=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #B645F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645F9 is #49BA06. Grayscale: #7A7A7A. Windows color (decimal): -4831751 or 16336310. OLE color: 16336310.

HSL color Cylindrical-coordinate representation of color #B645F9: hue angle of 277.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B645F9 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18269249-
CMYK0.270.7200.02
HSL277.67º93.75%62.35%-
HSV(B)277.67º72.29%97.65%-
XYZ38.5221.0491.65-
YUV123.31198.94169.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 69 (27.34% from 255) = 13.8%
BLUE value IS 249 (97.66% from 255) = 49.8%
R=36.4%
G=13.8%
B=49.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182692490.270.7200.02277.6793.7562.35
HexB645F91B48021165e3e
Octal266105371331100242613676
Binary101101101000101111110011101110010000101000101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645F9; }

 p { color: rgb(182,69,249); }

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

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

 a { background-color: rgb(182,69,249); }

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

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

 span { border-color: rgb(182,69,249); }

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