Html Css Color HEX #B153EA Medium Orchid

📋 copy color: '#B153EA'

red 177 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #B153EA

Tints of Medium Orchid #B153EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 35.83%
G = 16.8%
B = 47.37%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B153EA (or 0xB153EA) is known color: Medium Orchid. HEX triplet: B1, 53 and EA. RGB value is (177,83,234). Sum of RGB (Red+Green+Blue) = 177+83+234=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #B153EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153EA is #4EAC15. Grayscale: #7F7F7F. Windows color (decimal): -5155862 or 15356849. OLE color: 15356849.

HSL color Cylindrical-coordinate representation of color #B153EA: hue angle of 277.35º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B153EA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 83 234 -
CMYK 0.24 0.65 0 0.08
HSL 277.35º 0.78% 0.62% -
HSV(B) 277.35º 0.65% 0.92% -
XYZ 36.08 21.47 80.09 -
YUV 128.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 177 83 234 0.24 0.65 0 0.08 277.35 0.78 0.62
Hex B1 53 EA 18 41 0 8 115 4E 3E
Octal 261 123 352 30 101 0 10 425 116 76
Binary 10110001 1010011 11101010 11000 1000001 0 1000 100010101 1001110 111110

Color Harmonies of #B153EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153EA

Black with #B153EA

Text Example


Text Example

White with #B153EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153EA; }

 p { color: rgb(177,83,234); }

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

background-color css

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

 a { background-color: rgb(177,83,234); }

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

border-color css

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

 span { border-color: rgb(177,83,234); }

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