Html Css Color HEX #B95DDB Medium Orchid

📋 copy color: '#B95DDB'

red 185 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #B95DDB

Tints of Medium Orchid #B95DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.71%

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

R = 37.22%
G = 18.71%
B = 44.06%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B95DDB (or 0xB95DDB) is known color: Medium Orchid. HEX triplet: B9, 5D and DB. RGB value is (185,93,219). Sum of RGB (Red+Green+Blue) = 185+93+219=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B95DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DDB is #46A224. Grayscale: #868686. Windows color (decimal): -4629029 or 14376377. OLE color: 14376377.

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

Color convert

RGB 185 93 219 -
CMYK 0.16 0.58 0 0.14
HSL 283.81º 0.64% 0.61% -
HSV(B) 283.81º 0.58% 0.86% -
XYZ 36.71 23.26 69.57 -
YUV 134.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 185 93 219 0.16 0.58 0 0.14 283.81 0.64 0.61
Hex B9 5D DB 10 3A 0 E 11C 40 3D
Octal 271 135 333 20 72 0 16 434 100 75
Binary 10111001 1011101 11011011 10000 111010 0 1110 100011100 1000000 111101

Color Harmonies of #B95DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DDB

Black with #B95DDB

Text Example


Text Example

White with #B95DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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