Html Css Color HEX #B155FA Medium Orchid

📋 copy color: '#B155FA'

red 177 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #B155FA

Tints of Medium Orchid #B155FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 34.57%
G = 16.6%
B = 48.83%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B155FA (or 0xB155FA) is known color: Medium Orchid. HEX triplet: B1, 55 and FA. RGB value is (177,85,250). Sum of RGB (Red+Green+Blue) = 177+85+250=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B155FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155FA is #4EAA05. Grayscale: #828282. Windows color (decimal): -5155334 or 16405937. OLE color: 16405937.

HSL color Cylindrical-coordinate representation of color #B155FA: hue angle of 273.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B155FA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 85 250 -
CMYK 0.29 0.66 0 0.02
HSL 273.45º 0.94% 0.66% -
HSV(B) 273.45º 0.66% 0.98% -
XYZ 38.64 22.75 92.8 -
YUV 131.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 177 85 250 0.29 0.66 0 0.02 273.45 0.94 0.66
Hex B1 55 FA 1D 42 0 2 111 5E 42
Octal 261 125 372 35 102 0 2 421 136 102
Binary 10110001 1010101 11111010 11101 1000010 0 10 100010001 1011110 1000010

Color Harmonies of #B155FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155FA

Black with #B155FA

Text Example


Text Example

White with #B155FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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