Html Css Color HEX #B95DD0 Medium Orchid

📋 copy color: '#B95DD0'

red 185 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #B95DD0

Tints of Medium Orchid #B95DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 38.07%
G = 19.14%
B = 42.8%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B95DD0 (or 0xB95DD0) is known color: Medium Orchid. HEX triplet: B9, 5D and D0. RGB value is (185,93,208). Sum of RGB (Red+Green+Blue) = 185+93+208=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #B95DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DD0 is #46A22F. Grayscale: #858585. Windows color (decimal): -4629040 or 13655481. OLE color: 13655481.

HSL color Cylindrical-coordinate representation of color #B95DD0: hue angle of 288º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95DD0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 93 208 -
CMYK 0.11 0.55 0 0.18
HSL 288º 0.55% 0.59% -
HSV(B) 288º 0.55% 0.82% -
XYZ 35.31 22.7 62.19 -
YUV 133.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 185 93 208 0.11 0.55 0 0.18 288 0.55 0.59
Hex B9 5D D0 B 37 0 12 120 37 3B
Octal 271 135 320 13 67 0 22 440 67 73
Binary 10111001 1011101 11010000 1011 110111 0 10010 100100000 110111 111011

Color Harmonies of #B95DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DD0

Black with #B95DD0

Text Example


Text Example

White with #B95DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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