Html Css Color HEX #B152EA Medium Orchid

📋 copy color: '#B152EA'

red 177 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #B152EA

Tints of Medium Orchid #B152EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 35.9%
G = 16.63%
B = 47.46%

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

#B152EA (or 0xB152EA) is known color: Medium Orchid. HEX triplet: B1, 52 and EA. RGB value is (177,82,234). Sum of RGB (Red+Green+Blue) = 177+82+234=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B152EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152EA is #4EAD15. Grayscale: #7F7F7F. Windows color (decimal): -5156118 or 15356593. OLE color: 15356593.

HSL color Cylindrical-coordinate representation of color #B152EA: hue angle of 277.5º 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 #B152EA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 82 234 -
CMYK 0.24 0.65 0 0.08
HSL 277.5º 0.78% 0.62% -
HSV(B) 277.5º 0.65% 0.92% -
XYZ 36 21.32 80.06 -
YUV 127.73 187.97 163.14 -
System Red Green Blue C M Y K H S L
Decimal 177 82 234 0.24 0.65 0 0.08 277.5 0.78 0.62
Hex B1 52 EA 18 41 0 8 116 4E 3E
Octal 261 122 352 30 101 0 10 426 116 76
Binary 10110001 1010010 11101010 11000 1000001 0 1000 100010110 1001110 111110

Color Harmonies of #B152EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152EA

Black with #B152EA

Text Example


Text Example

White with #B152EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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