Html Css Color HEX #B155CC Medium Orchid

📋 copy color: '#B155CC'

red 177 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #B155CC

Tints of Medium Orchid #B155CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 37.98%
G = 18.24%
B = 43.78%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B155CC (or 0xB155CC) is known color: Medium Orchid. HEX triplet: B1, 55 and CC. RGB value is (177,85,204). Sum of RGB (Red+Green+Blue) = 177+85+204=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B155CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CC is #4EAA33. Grayscale: #7D7D7D. Windows color (decimal): -5155380 or 13391281. OLE color: 13391281.

HSL color Cylindrical-coordinate representation of color #B155CC: hue angle of 286.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B155CC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 85 204 -
CMYK 0.13 0.58 0 0.2
HSL 286.39º 0.54% 0.57% -
HSV(B) 286.39º 0.58% 0.8% -
XYZ 32.28 20.2 59.33 -
YUV 126.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 177 85 204 0.13 0.58 0 0.2 286.39 0.54 0.57
Hex B1 55 CC D 3A 0 14 11E 36 39
Octal 261 125 314 15 72 0 24 436 66 71
Binary 10110001 1010101 11001100 1101 111010 0 10100 100011110 110110 111001

Color Harmonies of #B155CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155CC

Black with #B155CC

Text Example


Text Example

White with #B155CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155CC; }

 p { color: rgb(177,85,204); }

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

background-color css

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

 a { background-color: rgb(177,85,204); }

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

border-color css

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

 span { border-color: rgb(177,85,204); }

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