Html Css Color HEX #B152C2 Medium Orchid

📋 copy color: '#B152C2'

red 177 ◦ green 82 ◦ blue 194

#B152C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B152C2

Tints of Medium Orchid #B152C2

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

 GREEN value IS 82 (32.42% from 255) = 18.1%

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 39.07%
G = 18.1%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B152C2 (or 0xB152C2) is known color: Medium Orchid. HEX triplet: B1, 52 and C2. RGB value is (177,82,194). Sum of RGB (Red+Green+Blue) = 177+82+194=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #B152C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152C2 is #4EAD3D. Grayscale: #7A7A7A. Windows color (decimal): -5156158 or 12735153. OLE color: 12735153.

HSL color Cylindrical-coordinate representation of color #B152C2: hue angle of 290.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B152C2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 82 194 -
CMYK 0.09 0.58 0 0.24
HSL 290.89º 0.48% 0.54% -
HSV(B) 290.89º 0.58% 0.76% -
XYZ 30.89 19.28 53.13 -
YUV 123.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 177 82 194 0.09 0.58 0 0.24 290.89 0.48 0.54
Hex B1 52 C2 9 3A 0 18 123 30 36
Octal 261 122 302 11 72 0 30 443 60 66
Binary 10110001 1010010 11000010 1001 111010 0 11000 100100011 110000 110110

Color Harmonies of #B152C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152C2

Black with #B152C2

Text Example


Text Example

White with #B152C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152C2; }

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

 H1.HeaderClassName
 {
   color: #B152C2;
 }
 .AnyTagClassName
 {
   color: #B152C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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