Html Css Color HEX #B153F0 Medium Orchid

📋 copy color: '#B153F0'

red 177 ◦ green 83 ◦ blue 240

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

Shades of Medium Orchid #B153F0

Tints of Medium Orchid #B153F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 35.4%
G = 16.6%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B153F0 (or 0xB153F0) is known color: Medium Orchid. HEX triplet: B1, 53 and F0. RGB value is (177,83,240). Sum of RGB (Red+Green+Blue) = 177+83+240=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #B153F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153F0 is #4EAC0F. Grayscale: #808080. Windows color (decimal): -5155856 or 15750065. OLE color: 15750065.

HSL color Cylindrical-coordinate representation of color #B153F0: hue angle of 275.92º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B153F0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 83 240 -
CMYK 0.26 0.65 0 0.06
HSL 275.92º 0.84% 0.63% -
HSV(B) 275.92º 0.65% 0.94% -
XYZ 36.95 21.82 84.7 -
YUV 129 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 177 83 240 0.26 0.65 0 0.06 275.92 0.84 0.63
Hex B1 53 F0 1A 41 0 6 114 54 3F
Octal 261 123 360 32 101 0 6 424 124 77
Binary 10110001 1010011 11110000 11010 1000001 0 110 100010100 1010100 111111

Color Harmonies of #B153F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153F0

Black with #B153F0

Text Example


Text Example

White with #B153F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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