Html Css Color HEX #B15CCA Medium Orchid

📋 copy color: '#B15CCA'

red 177 ◦ green 92 ◦ blue 202

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

Shades of Medium Orchid #B15CCA

Tints of Medium Orchid #B15CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 37.58%
G = 19.53%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B15CCA (or 0xB15CCA) is known color: Medium Orchid. HEX triplet: B1, 5C and CA. RGB value is (177,92,202). Sum of RGB (Red+Green+Blue) = 177+92+202=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B15CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CCA is #4EA335. Grayscale: #818181. Windows color (decimal): -5153590 or 13262001. OLE color: 13262001.

HSL color Cylindrical-coordinate representation of color #B15CCA: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15CCA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 92 202 -
CMYK 0.12 0.54 0 0.21
HSL 286.36º 0.51% 0.58% -
HSV(B) 286.36º 0.54% 0.79% -
XYZ 32.62 21.27 58.26 -
YUV 129.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 177 92 202 0.12 0.54 0 0.21 286.36 0.51 0.58
Hex B1 5C CA C 36 0 15 11E 33 3A
Octal 261 134 312 14 66 0 25 436 63 72
Binary 10110001 1011100 11001010 1100 110110 0 10101 100011110 110011 111010

Color Harmonies of #B15CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CCA

Black with #B15CCA

Text Example


Text Example

White with #B15CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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