Html Css Color HEX #B15ADA Medium Orchid

📋 copy color: '#B15ADA'

red 177 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #B15ADA

Tints of Medium Orchid #B15ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

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

R = 36.49%
G = 18.56%
B = 44.95%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B15ADA (or 0xB15ADA) is known color: Medium Orchid. HEX triplet: B1, 5A and DA. RGB value is (177,90,218). Sum of RGB (Red+Green+Blue) = 177+90+218=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ADA is #4EA525. Grayscale: #828282. Windows color (decimal): -5154086 or 14310065. OLE color: 14310065.

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

Color convert

RGB 177 90 218 -
CMYK 0.19 0.59 0 0.15
HSL 280.78º 0.63% 0.6% -
HSV(B) 280.78º 0.59% 0.85% -
XYZ 34.44 21.72 68.71 -
YUV 130.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 177 90 218 0.19 0.59 0 0.15 280.78 0.63 0.6
Hex B1 5A DA 13 3B 0 F 119 3F 3C
Octal 261 132 332 23 73 0 17 431 77 74
Binary 10110001 1011010 11011010 10011 111011 0 1111 100011001 111111 111100

Color Harmonies of #B15ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ADA

Black with #B15ADA

Text Example


Text Example

White with #B15ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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