Html Css Color HEX #B15CDD Medium Orchid

📋 copy color: '#B15CDD'

red 177 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #B15CDD

Tints of Medium Orchid #B15CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.78%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 36.12%
G = 18.78%
B = 45.1%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B15CDD (or 0xB15CDD) is known color: Medium Orchid. HEX triplet: B1, 5C and DD. RGB value is (177,92,221). Sum of RGB (Red+Green+Blue) = 177+92+221=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B15CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CDD is #4EA322. Grayscale: #838383. Windows color (decimal): -5153571 or 14507185. OLE color: 14507185.

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

Color convert

RGB 177 92 221 -
CMYK 0.20 0.58 0 0.13
HSL 279.53º 0.65% 0.61% -
HSV(B) 279.53º 0.58% 0.87% -
XYZ 35.01 22.22 70.85 -
YUV 132.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 177 92 221 0.20 0.58 0 0.13 279.53 0.65 0.61
Hex B1 5C DD 14 3A 0 D 118 41 3D
Octal 261 134 335 24 72 0 15 430 101 75
Binary 10110001 1011100 11011101 10100 111010 0 1101 100011000 1000001 111101

Color Harmonies of #B15CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CDD

Black with #B15CDD

Text Example


Text Example

White with #B15CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CDD; }

 p { color: rgb(177,92,221); }

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

background-color css

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

 a { background-color: rgb(177,92,221); }

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

border-color css

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

 span { border-color: rgb(177,92,221); }

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