#B644EA

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

Shades of Medium Orchid #B644EA

Tints of Medium Orchid #B644EA

Color information

#B644EA (or 0xB644EA) is unknown color: approx Medium Orchid. HEX triplet: B6, 44 and EA. RGB value is (182,68,234). Sum of RGB (Red+Green+Blue) = 182+68+234=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #B644EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644EA is #49BB15. Grayscale: #787878. Windows color (decimal): -4832022 or 15353014. OLE color: 15353014.

HSL color Cylindrical-coordinate representation of color #B644EA: hue angle of 281.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B644EA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18268234-
CMYK0.220.7100.08
HSL281.2º79.81%59.22%-
HSV(B)281.2º70.94%91.76%-
XYZ36.2120.0279.8-
YUV121.01191.77171.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 68 (26.95% from 255) = 14.05%
BLUE value IS 234 (91.80% from 255) = 48.35%
R=37.60%
G=14.05%
B=48.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182682340.220.7100.08281.279.8159.22
HexB644EA164708119503b
Octal2661043522610701043112073
Binary10110110100010011101010101101000111010001000110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644EA; }

 p { color: rgb(182,68,234); }

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

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

 a { background-color: rgb(182,68,234); }

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

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

 span { border-color: rgb(182,68,234); }

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