Html Css Color HEX #B15FCB Medium Orchid

📋 copy color: '#B15FCB'

red 177 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #B15FCB

Tints of Medium Orchid #B15FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 37.26%
G = 20%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15FCB (or 0xB15FCB) is known color: Medium Orchid. HEX triplet: B1, 5F and CB. RGB value is (177,95,203). Sum of RGB (Red+Green+Blue) = 177+95+203=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B15FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FCB is #4EA034. Grayscale: #838383. Windows color (decimal): -5152821 or 13328305. OLE color: 13328305.

HSL color Cylindrical-coordinate representation of color #B15FCB: hue angle of 285.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15FCB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 95 203 -
CMYK 0.13 0.53 0 0.20
HSL 285.56º 0.51% 0.58% -
HSV(B) 285.56º 0.53% 0.8% -
XYZ 33 21.84 58.98 -
YUV 131.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 177 95 203 0.13 0.53 0 0.20 285.56 0.51 0.58
Hex B1 5F CB D 35 0 14 11E 33 3A
Octal 261 137 313 15 65 0 24 436 63 72
Binary 10110001 1011111 11001011 1101 110101 0 10100 100011110 110011 111010

Color Harmonies of #B15FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FCB

Black with #B15FCB

Text Example


Text Example

White with #B15FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FCB; }

 p { color: rgb(177,95,203); }

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

background-color css

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

 a { background-color: rgb(177,95,203); }

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

border-color css

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

 span { border-color: rgb(177,95,203); }

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