Html Css Color HEX #B155CF Medium Orchid

📋 copy color: '#B155CF'

red 177 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B155CF

Tints of Medium Orchid #B155CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 37.74%
G = 18.12%
B = 44.14%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B155CF (or 0xB155CF) is known color: Medium Orchid. HEX triplet: B1, 55 and CF. RGB value is (177,85,207). Sum of RGB (Red+Green+Blue) = 177+85+207=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B155CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CF is #4EAA30. Grayscale: #7E7E7E. Windows color (decimal): -5155377 or 13587889. OLE color: 13587889.

HSL color Cylindrical-coordinate representation of color #B155CF: hue angle of 285.25º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B155CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 85 207 -
CMYK 0.14 0.59 0 0.19
HSL 285.25º 0.56% 0.57% -
HSV(B) 285.25º 0.59% 0.81% -
XYZ 32.64 20.35 61.24 -
YUV 126.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 177 85 207 0.14 0.59 0 0.19 285.25 0.56 0.57
Hex B1 55 CF E 3B 0 13 11D 38 39
Octal 261 125 317 16 73 0 23 435 70 71
Binary 10110001 1010101 11001111 1110 111011 0 10011 100011101 111000 111001

Color Harmonies of #B155CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155CF

Black with #B155CF

Text Example


Text Example

White with #B155CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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