Html Css Color HEX #B153C2 Medium Orchid

📋 copy color: '#B153C2'

red 177 ◦ green 83 ◦ blue 194

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

Shades of Medium Orchid #B153C2

Tints of Medium Orchid #B153C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 38.99%
G = 18.28%
B = 42.73%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B153C2 (or 0xB153C2) is known color: Medium Orchid. HEX triplet: B1, 53 and C2. RGB value is (177,83,194). Sum of RGB (Red+Green+Blue) = 177+83+194=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #B153C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153C2 is #4EAC3D. Grayscale: #7B7B7B. Windows color (decimal): -5155902 or 12735409. OLE color: 12735409.

HSL color Cylindrical-coordinate representation of color #B153C2: hue angle of 290.81º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B153C2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 83 194 -
CMYK 0.09 0.57 0 0.24
HSL 290.81º 0.48% 0.54% -
HSV(B) 290.81º 0.57% 0.76% -
XYZ 30.96 19.43 53.16 -
YUV 123.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 177 83 194 0.09 0.57 0 0.24 290.81 0.48 0.54
Hex B1 53 C2 9 39 0 18 123 30 36
Octal 261 123 302 11 71 0 30 443 60 66
Binary 10110001 1010011 11000010 1001 111001 0 11000 100100011 110000 110110

Color Harmonies of #B153C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153C2

Black with #B153C2

Text Example


Text Example

White with #B153C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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