Html Css Color HEX #B152CA Medium Orchid

📋 copy color: '#B152CA'

red 177 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #B152CA

Tints of Medium Orchid #B152CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 38.39%
G = 17.79%
B = 43.82%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B152CA (or 0xB152CA) is known color: Medium Orchid. HEX triplet: B1, 52 and CA. RGB value is (177,82,202). Sum of RGB (Red+Green+Blue) = 177+82+202=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #B152CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152CA is #4EAD35. Grayscale: #7B7B7B. Windows color (decimal): -5156150 or 13259441. OLE color: 13259441.

HSL color Cylindrical-coordinate representation of color #B152CA: hue angle of 287.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B152CA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 82 202 -
CMYK 0.12 0.59 0 0.21
HSL 287.5º 0.53% 0.56% -
HSV(B) 287.5º 0.59% 0.79% -
XYZ 31.81 19.65 57.99 -
YUV 124.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 177 82 202 0.12 0.59 0 0.21 287.5 0.53 0.56
Hex B1 52 CA C 3B 0 15 120 35 38
Octal 261 122 312 14 73 0 25 440 65 70
Binary 10110001 1010010 11001010 1100 111011 0 10101 100100000 110101 111000

Color Harmonies of #B152CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152CA

Black with #B152CA

Text Example


Text Example

White with #B152CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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