Html Css Color HEX #B155EE Medium Orchid

📋 copy color: '#B155EE'

red 177 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #B155EE

Tints of Medium Orchid #B155EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 35.4%
G = 17%
B = 47.6%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B155EE (or 0xB155EE) is known color: Medium Orchid. HEX triplet: B1, 55 and EE. RGB value is (177,85,238). Sum of RGB (Red+Green+Blue) = 177+85+238=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B155EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155EE is #4EAA11. Grayscale: #818181. Windows color (decimal): -5155346 or 15619505. OLE color: 15619505.

HSL color Cylindrical-coordinate representation of color #B155EE: hue angle of 276.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B155EE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 85 238 -
CMYK 0.26 0.64 0 0.07
HSL 276.08º 0.82% 0.63% -
HSV(B) 276.08º 0.64% 0.93% -
XYZ 36.81 22.02 83.2 -
YUV 129.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 177 85 238 0.26 0.64 0 0.07 276.08 0.82 0.63
Hex B1 55 EE 1A 40 0 7 114 52 3F
Octal 261 125 356 32 100 0 7 424 122 77
Binary 10110001 1010101 11101110 11010 1000000 0 111 100010100 1010010 111111

Color Harmonies of #B155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155EE

Black with #B155EE

Text Example


Text Example

White with #B155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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