Html Css Color HEX #B15DFE Medium Orchid

📋 copy color: '#B15DFE'

red 177 ◦ green 93 ◦ blue 254

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

Shades of Medium Orchid #B15DFE

Tints of Medium Orchid #B15DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 33.78%
G = 17.75%
B = 48.47%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B15DFE (or 0xB15DFE) is known color: Medium Orchid. HEX triplet: B1, 5D and FE. RGB value is (177,93,254). Sum of RGB (Red+Green+Blue) = 177+93+254=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DFE is #4EA201. Grayscale: #878787. Windows color (decimal): -5153282 or 16670129. OLE color: 16670129.

HSL color Cylindrical-coordinate representation of color #B15DFE: hue angle of 271.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15DFE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 93 254 -
CMYK 0.30 0.63 0 0.00
HSL 271.3º 0.99% 0.68% -
HSV(B) 271.3º 0.63% 1% -
XYZ 39.94 24.33 96.36 -
YUV 136.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 177 93 254 0.30 0.63 0 0.00 271.3 0.99 0.68
Hex B1 5D FE 1E 3F 0 0 10F 63 44
Octal 261 135 376 36 77 0 0 417 143 104
Binary 10110001 1011101 11111110 11110 111111 0 0 100001111 1100011 1000100

Color Harmonies of #B15DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DFE

Black with #B15DFE

Text Example


Text Example

White with #B15DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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