Html Css Color HEX #B153F1 Medium Orchid

📋 copy color: '#B153F1'

red 177 ◦ green 83 ◦ blue 241

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

Shades of Medium Orchid #B153F1

Tints of Medium Orchid #B153F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 35.33%
G = 16.57%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B153F1 (or 0xB153F1) is known color: Medium Orchid. HEX triplet: B1, 53 and F1. RGB value is (177,83,241). Sum of RGB (Red+Green+Blue) = 177+83+241=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #B153F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153F1 is #4EAC0E. Grayscale: #808080. Windows color (decimal): -5155855 or 15815601. OLE color: 15815601.

HSL color Cylindrical-coordinate representation of color #B153F1: hue angle of 275.7º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B153F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 83 241 -
CMYK 0.27 0.66 0 0.05
HSL 275.7º 0.85% 0.64% -
HSV(B) 275.7º 0.66% 0.95% -
XYZ 37.1 21.88 85.49 -
YUV 129.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 177 83 241 0.27 0.66 0 0.05 275.7 0.85 0.64
Hex B1 53 F1 1B 42 0 5 114 55 40
Octal 261 123 361 33 102 0 5 424 125 100
Binary 10110001 1010011 11110001 11011 1000010 0 101 100010100 1010101 1000000

Color Harmonies of #B153F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153F1

Black with #B153F1

Text Example


Text Example

White with #B153F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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