Html Css Color HEX #B153F6 Medium Orchid

📋 copy color: '#B153F6'

red 177 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #B153F6

Tints of Medium Orchid #B153F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 34.98%
G = 16.4%
B = 48.62%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B153F6 (or 0xB153F6) is known color: Medium Orchid. HEX triplet: B1, 53 and F6. RGB value is (177,83,246). Sum of RGB (Red+Green+Blue) = 177+83+246=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #B153F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153F6 is #4EAC09. Grayscale: #818181. Windows color (decimal): -5155850 or 16143281. OLE color: 16143281.

HSL color Cylindrical-coordinate representation of color #B153F6: hue angle of 274.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B153F6 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 83 246 -
CMYK 0.28 0.66 0 0.04
HSL 274.6º 0.9% 0.65% -
HSV(B) 274.6º 0.66% 0.96% -
XYZ 37.86 22.19 89.48 -
YUV 129.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 177 83 246 0.28 0.66 0 0.04 274.6 0.9 0.65
Hex B1 53 F6 1C 42 0 4 113 5A 41
Octal 261 123 366 34 102 0 4 423 132 101
Binary 10110001 1010011 11110110 11100 1000010 0 100 100010011 1011010 1000001

Color Harmonies of #B153F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153F6

Black with #B153F6

Text Example


Text Example

White with #B153F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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