Html Css Color HEX #B15CCC Medium Orchid

📋 copy color: '#B15CCC'

red 177 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B15CCC

Tints of Medium Orchid #B15CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 37.42%
G = 19.45%
B = 43.13%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B15CCC (or 0xB15CCC) is known color: Medium Orchid. HEX triplet: B1, 5C and CC. RGB value is (177,92,204). Sum of RGB (Red+Green+Blue) = 177+92+204=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B15CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CCC is #4EA333. Grayscale: #818181. Windows color (decimal): -5153588 or 13393073. OLE color: 13393073.

HSL color Cylindrical-coordinate representation of color #B15CCC: hue angle of 285.54º degrees, saturation: 0.52, 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 #B15CCC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 92 204 -
CMYK 0.13 0.55 0 0.2
HSL 285.54º 0.52% 0.58% -
HSV(B) 285.54º 0.55% 0.8% -
XYZ 32.86 21.36 59.52 -
YUV 130.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 177 92 204 0.13 0.55 0 0.2 285.54 0.52 0.58
Hex B1 5C CC D 37 0 14 11E 34 3A
Octal 261 134 314 15 67 0 24 436 64 72
Binary 10110001 1011100 11001100 1101 110111 0 10100 100011110 110100 111010

Color Harmonies of #B15CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CCC

Black with #B15CCC

Text Example


Text Example

White with #B15CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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