Html Css Color HEX #B15BF0 Medium Orchid

📋 copy color: '#B15BF0'

red 177 ◦ green 91 ◦ blue 240

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

Shades of Medium Orchid #B15BF0

Tints of Medium Orchid #B15BF0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 34.84%
G = 17.91%
B = 47.24%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B15BF0 (or 0xB15BF0) is known color: Medium Orchid. HEX triplet: B1, 5B and F0. RGB value is (177,91,240). Sum of RGB (Red+Green+Blue) = 177+91+240=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #B15BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BF0 is #4EA40F. Grayscale: #858585. Windows color (decimal): -5153808 or 15752113. OLE color: 15752113.

HSL color Cylindrical-coordinate representation of color #B15BF0: hue angle of 274.63º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15BF0 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 91 240 -
CMYK 0.26 0.62 0 0.06
HSL 274.63º 0.83% 0.65% -
HSV(B) 274.63º 0.62% 0.94% -
XYZ 37.6 23.12 84.92 -
YUV 133.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 177 91 240 0.26 0.62 0 0.06 274.63 0.83 0.65
Hex B1 5B F0 1A 3E 0 6 113 53 41
Octal 261 133 360 32 76 0 6 423 123 101
Binary 10110001 1011011 11110000 11010 111110 0 110 100010011 1010011 1000001

Color Harmonies of #B15BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BF0

Black with #B15BF0

Text Example


Text Example

White with #B15BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BF0; }

 p { color: rgb(177,91,240); }

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

background-color css

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

 a { background-color: rgb(177,91,240); }

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

border-color css

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

 span { border-color: rgb(177,91,240); }

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