Html Css Color HEX #B95ADB Medium Orchid

📋 copy color: '#B95ADB'

red 185 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #B95ADB

Tints of Medium Orchid #B95ADB

RGB

 RED value IS 185 (72.66% from 255) = 37.45%

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 37.45%
G = 18.22%
B = 44.33%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B95ADB (or 0xB95ADB) is known color: Medium Orchid. HEX triplet: B9, 5A and DB. RGB value is (185,90,219). Sum of RGB (Red+Green+Blue) = 185+90+219=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #B95ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ADB is #46A524. Grayscale: #848484. Windows color (decimal): -4629797 or 14375609. OLE color: 14375609.

HSL color Cylindrical-coordinate representation of color #B95ADB: hue angle of 284.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95ADB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 90 219 -
CMYK 0.16 0.59 0 0.14
HSL 284.19º 0.64% 0.61% -
HSV(B) 284.19º 0.59% 0.86% -
XYZ 36.45 22.74 69.49 -
YUV 133.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 185 90 219 0.16 0.59 0 0.14 284.19 0.64 0.61
Hex B9 5A DB 10 3B 0 E 11C 40 3D
Octal 271 132 333 20 73 0 16 434 100 75
Binary 10111001 1011010 11011011 10000 111011 0 1110 100011100 1000000 111101

Color Harmonies of #B95ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ADB

Black with #B95ADB

Text Example


Text Example

White with #B95ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ADB; }

 p { color: rgb(185,90,219); }

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

background-color css

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

 a { background-color: rgb(185,90,219); }

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

border-color css

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

 span { border-color: rgb(185,90,219); }

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