Html Css Color HEX #B156CA Medium Orchid

📋 copy color: '#B156CA'

red 177 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #B156CA

Tints of Medium Orchid #B156CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

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

R = 38.06%
G = 18.49%
B = 43.44%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B156CA (or 0xB156CA) is known color: Medium Orchid. HEX triplet: B1, 56 and CA. RGB value is (177,86,202). Sum of RGB (Red+Green+Blue) = 177+86+202=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B156CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156CA is #4EA935. Grayscale: #7E7E7E. Windows color (decimal): -5155126 or 13260465. OLE color: 13260465.

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

Color convert

RGB 177 86 202 -
CMYK 0.12 0.57 0 0.21
HSL 287.07º 0.52% 0.56% -
HSV(B) 287.07º 0.57% 0.79% -
XYZ 32.12 20.27 58.1 -
YUV 126.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 177 86 202 0.12 0.57 0 0.21 287.07 0.52 0.56
Hex B1 56 CA C 39 0 15 11F 34 38
Octal 261 126 312 14 71 0 25 437 64 70
Binary 10110001 1010110 11001010 1100 111001 0 10101 100011111 110100 111000

Color Harmonies of #B156CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156CA

Black with #B156CA

Text Example


Text Example

White with #B156CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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