Html Css Color HEX #B95ED0 Medium Orchid

📋 copy color: '#B95ED0'

red 185 ◦ green 94 ◦ blue 208

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

Shades of Medium Orchid #B95ED0

Tints of Medium Orchid #B95ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.3%

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

R = 37.99%
G = 19.3%
B = 42.71%

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

#B95ED0 (or 0xB95ED0) is known color: Medium Orchid. HEX triplet: B9, 5E and D0. RGB value is (185,94,208). Sum of RGB (Red+Green+Blue) = 185+94+208=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #B95ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ED0 is #46A12F. Grayscale: #858585. Windows color (decimal): -4628784 or 13655737. OLE color: 13655737.

HSL color Cylindrical-coordinate representation of color #B95ED0: hue angle of 287.89º 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 #B95ED0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 94 208 -
CMYK 0.11 0.55 0 0.18
HSL 287.89º 0.55% 0.59% -
HSV(B) 287.89º 0.55% 0.82% -
XYZ 35.4 22.87 62.22 -
YUV 134.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 185 94 208 0.11 0.55 0 0.18 287.89 0.55 0.59
Hex B9 5E D0 B 37 0 12 120 37 3B
Octal 271 136 320 13 67 0 22 440 67 73
Binary 10111001 1011110 11010000 1011 110111 0 10010 100100000 110111 111011

Color Harmonies of #B95ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ED0

Black with #B95ED0

Text Example


Text Example

White with #B95ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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