#B645FF

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

Shades of Medium Orchid #B645FF

Tints of Medium Orchid #B645FF

Color information

#B645FF (or 0xB645FF) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and FF. RGB value is (182,69,255). Sum of RGB (Red+Green+Blue) = 182+69+255=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B645FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645FF is #49BA00. Grayscale: #7B7B7B. Windows color (decimal): -4831745 or 16729526. OLE color: 16729526.

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

Color convert

RGB18269255-
CMYK0.290.7300
HSL276.45º100%63.53%-
HSV(B)276.45º72.94%100%-
XYZ39.4721.4296.66-
YUV123.99201.94169.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 69 (27.34% from 255) = 13.64%
BLUE value IS 255 (100% from 255) = 50.40%
R=35.97%
G=13.64%
B=50.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182692550.290.7300276.4510063.53
HexB645FF1D49001146440
Octal2661053773511100424144100
Binary101101101000101111111111110110010010010001010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645FF; }

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

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

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

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

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

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

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

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