Html Css Color HEX #B15DFB Medium Orchid

📋 copy color: '#B15DFB'

red 177 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B15DFB

Tints of Medium Orchid #B15DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 33.97%
G = 17.85%
B = 48.18%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B15DFB (or 0xB15DFB) is known color: Medium Orchid. HEX triplet: B1, 5D and FB. RGB value is (177,93,251). Sum of RGB (Red+Green+Blue) = 177+93+251=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B15DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DFB is #4EA204. Grayscale: #878787. Windows color (decimal): -5153285 or 16473521. OLE color: 16473521.

HSL color Cylindrical-coordinate representation of color #B15DFB: hue angle of 271.9º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15DFB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 93 251 -
CMYK 0.29 0.63 0 0.02
HSL 271.9º 0.95% 0.67% -
HSV(B) 271.9º 0.63% 0.98% -
XYZ 39.46 24.14 93.85 -
YUV 136.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 177 93 251 0.29 0.63 0 0.02 271.9 0.95 0.67
Hex B1 5D FB 1D 3F 0 2 110 5F 43
Octal 261 135 373 35 77 0 2 420 137 103
Binary 10110001 1011101 11111011 11101 111111 0 10 100010000 1011111 1000011

Color Harmonies of #B15DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DFB

Black with #B15DFB

Text Example


Text Example

White with #B15DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DFB; }

 p { color: rgb(177,93,251); }

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

background-color css

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

 a { background-color: rgb(177,93,251); }

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

border-color css

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

 span { border-color: rgb(177,93,251); }

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