Html Css Color HEX #B15CDA Medium Orchid

📋 copy color: '#B15CDA'

red 177 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #B15CDA

Tints of Medium Orchid #B15CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 36.34%
G = 18.89%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B15CDA (or 0xB15CDA) is known color: Medium Orchid. HEX triplet: B1, 5C and DA. RGB value is (177,92,218). Sum of RGB (Red+Green+Blue) = 177+92+218=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CDA is #4EA325. Grayscale: #838383. Windows color (decimal): -5153574 or 14310577. OLE color: 14310577.

HSL color Cylindrical-coordinate representation of color #B15CDA: hue angle of 280.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15CDA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 92 218 -
CMYK 0.19 0.58 0 0.15
HSL 280.48º 0.63% 0.61% -
HSV(B) 280.48º 0.58% 0.85% -
XYZ 34.61 22.06 68.76 -
YUV 131.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 177 92 218 0.19 0.58 0 0.15 280.48 0.63 0.61
Hex B1 5C DA 13 3A 0 F 118 3F 3D
Octal 261 134 332 23 72 0 17 430 77 75
Binary 10110001 1011100 11011010 10011 111010 0 1111 100011000 111111 111101

Color Harmonies of #B15CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CDA

Black with #B15CDA

Text Example


Text Example

White with #B15CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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