Html Css Color HEX #B153EB Medium Orchid

📋 copy color: '#B153EB'

red 177 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #B153EB

Tints of Medium Orchid #B153EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 35.76%
G = 16.77%
B = 47.47%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B153EB (or 0xB153EB) is known color: Medium Orchid. HEX triplet: B1, 53 and EB. RGB value is (177,83,235). Sum of RGB (Red+Green+Blue) = 177+83+235=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #B153EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153EB is #4EAC14. Grayscale: #7F7F7F. Windows color (decimal): -5155861 or 15422385. OLE color: 15422385.

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

Color convert

RGB 177 83 235 -
CMYK 0.25 0.65 0 0.08
HSL 277.11º 0.79% 0.62% -
HSV(B) 277.11º 0.65% 0.92% -
XYZ 36.22 21.53 80.84 -
YUV 128.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 177 83 235 0.25 0.65 0 0.08 277.11 0.79 0.62
Hex B1 53 EB 19 41 0 8 115 4F 3E
Octal 261 123 353 31 101 0 10 425 117 76
Binary 10110001 1010011 11101011 11001 1000001 0 1000 100010101 1001111 111110

Color Harmonies of #B153EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153EB

Black with #B153EB

Text Example


Text Example

White with #B153EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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