Html Css Color HEX #B95ADE Medium Orchid

📋 copy color: '#B95ADE'

red 185 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #B95ADE

Tints of Medium Orchid #B95ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 37.22%
G = 18.11%
B = 44.67%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B95ADE (or 0xB95ADE) is known color: Medium Orchid. HEX triplet: B9, 5A and DE. RGB value is (185,90,222). Sum of RGB (Red+Green+Blue) = 185+90+222=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B95ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ADE is #46A521. Grayscale: #858585. Windows color (decimal): -4629794 or 14572217. OLE color: 14572217.

HSL color Cylindrical-coordinate representation of color #B95ADE: hue angle of 283.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95ADE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 90 222 -
CMYK 0.17 0.59 0 0.13
HSL 283.18º 0.67% 0.61% -
HSV(B) 283.18º 0.59% 0.87% -
XYZ 36.85 22.9 71.59 -
YUV 133.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 185 90 222 0.17 0.59 0 0.13 283.18 0.67 0.61
Hex B9 5A DE 11 3B 0 D 11B 43 3D
Octal 271 132 336 21 73 0 15 433 103 75
Binary 10111001 1011010 11011110 10001 111011 0 1101 100011011 1000011 111101

Color Harmonies of #B95ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ADE

Black with #B95ADE

Text Example


Text Example

White with #B95ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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