#B152F1

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

Shades of Medium Orchid #B152F1

Tints of Medium Orchid #B152F1

Color information

#B152F1 (or 0xB152F1) is unknown color: approx Medium Orchid. HEX triplet: B1, 52 and F1. RGB value is (177,82,241). Sum of RGB (Red+Green+Blue) = 177+82+241=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #B152F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152F1 is #4EAD0E. Grayscale: #7F7F7F. Windows color (decimal): -5156111 or 15815345. OLE color: 15815345.

HSL color Cylindrical-coordinate representation of color #B152F1: hue angle of 275.85º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B152F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17782241-
CMYK0.270.6600.05
HSL275.85º85.03%63.33%-
HSV(B)275.85º65.98%94.51%-
XYZ37.0321.7385.46-
YUV128.53191.47162.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 82 (32.42% from 255) = 16.4%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=35.4%
G=16.4%
B=48.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177822410.270.6600.05275.8585.0363.33
HexB152F11B4205114553f
Octal261122361331020542412577
Binary1011000110100101111000111011100001001011000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152F1; }

 p { color: rgb(177,82,241); }

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

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

 a { background-color: rgb(177,82,241); }

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

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

 span { border-color: rgb(177,82,241); }

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