Html Css Color HEX #B151CA Medium Orchid

📋 copy color: '#B151CA'

red 177 ◦ green 81 ◦ blue 202

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

Shades of Medium Orchid #B151CA

Tints of Medium Orchid #B151CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 38.48%
G = 17.61%
B = 43.91%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B151CA (or 0xB151CA) is known color: Medium Orchid. HEX triplet: B1, 51 and CA. RGB value is (177,81,202). Sum of RGB (Red+Green+Blue) = 177+81+202=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B151CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151CA is #4EAE35. Grayscale: #7B7B7B. Windows color (decimal): -5156406 or 13259185. OLE color: 13259185.

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

Color convert

RGB 177 81 202 -
CMYK 0.12 0.60 0 0.21
HSL 287.6º 0.53% 0.55% -
HSV(B) 287.6º 0.6% 0.79% -
XYZ 31.73 19.5 57.97 -
YUV 123.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 177 81 202 0.12 0.60 0 0.21 287.6 0.53 0.55
Hex B1 51 CA C 3C 0 15 120 35 37
Octal 261 121 312 14 74 0 25 440 65 67
Binary 10110001 1010001 11001010 1100 111100 0 10101 100100000 110101 110111

Color Harmonies of #B151CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151CA

Black with #B151CA

Text Example


Text Example

White with #B151CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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