Html Css Color HEX #B95DD3 Medium Orchid

📋 copy color: '#B95DD3'

red 185 ◦ green 93 ◦ blue 211

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

Shades of Medium Orchid #B95DD3

Tints of Medium Orchid #B95DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.15%

R = 37.83%
G = 19.02%
B = 43.15%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B95DD3 (or 0xB95DD3) is known color: Medium Orchid. HEX triplet: B9, 5D and D3. RGB value is (185,93,211). Sum of RGB (Red+Green+Blue) = 185+93+211=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #B95DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DD3 is #46A22C. Grayscale: #858585. Windows color (decimal): -4629037 or 13852089. OLE color: 13852089.

HSL color Cylindrical-coordinate representation of color #B95DD3: hue angle of 286.78º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95DD3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 93 211 -
CMYK 0.12 0.56 0 0.17
HSL 286.78º 0.57% 0.6% -
HSV(B) 286.78º 0.56% 0.83% -
XYZ 35.68 22.85 64.16 -
YUV 133.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 185 93 211 0.12 0.56 0 0.17 286.78 0.57 0.6
Hex B9 5D D3 C 38 0 11 11F 39 3C
Octal 271 135 323 14 70 0 21 437 71 74
Binary 10111001 1011101 11010011 1100 111000 0 10001 100011111 111001 111100

Color Harmonies of #B95DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DD3

Black with #B95DD3

Text Example


Text Example

White with #B95DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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