Html Css Color HEX #B15CCD Medium Orchid

📋 copy color: '#B15CCD'

red 177 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #B15CCD

Tints of Medium Orchid #B15CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 37.34%
G = 19.41%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15CCD (or 0xB15CCD) is known color: Medium Orchid. HEX triplet: B1, 5C and CD. RGB value is (177,92,205). Sum of RGB (Red+Green+Blue) = 177+92+205=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CCD is #4EA332. Grayscale: #818181. Windows color (decimal): -5153587 or 13458609. OLE color: 13458609.

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

Color convert

RGB 177 92 205 -
CMYK 0.14 0.55 0 0.20
HSL 285.13º 0.53% 0.58% -
HSV(B) 285.13º 0.55% 0.8% -
XYZ 32.98 21.41 60.15 -
YUV 130.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 177 92 205 0.14 0.55 0 0.20 285.13 0.53 0.58
Hex B1 5C CD E 37 0 14 11D 35 3A
Octal 261 134 315 16 67 0 24 435 65 72
Binary 10110001 1011100 11001101 1110 110111 0 10100 100011101 110101 111010

Color Harmonies of #B15CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CCD

Black with #B15CCD

Text Example


Text Example

White with #B15CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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