Html Css Color HEX #B95BDC Medium Orchid

📋 copy color: '#B95BDC'

red 185 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #B95BDC

Tints of Medium Orchid #B95BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 37.3%
G = 18.35%
B = 44.35%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B95BDC (or 0xB95BDC) is known color: Medium Orchid. HEX triplet: B9, 5B and DC. RGB value is (185,91,220). Sum of RGB (Red+Green+Blue) = 185+91+220=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B95BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BDC is #46A423. Grayscale: #858585. Windows color (decimal): -4629540 or 14441401. OLE color: 14441401.

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

Color convert

RGB 185 91 220 -
CMYK 0.16 0.59 0 0.14
HSL 283.72º 0.65% 0.61% -
HSV(B) 283.72º 0.59% 0.86% -
XYZ 36.67 22.96 70.21 -
YUV 133.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 185 91 220 0.16 0.59 0 0.14 283.72 0.65 0.61
Hex B9 5B DC 10 3B 0 E 11C 41 3D
Octal 271 133 334 20 73 0 16 434 101 75
Binary 10111001 1011011 11011100 10000 111011 0 1110 100011100 1000001 111101

Color Harmonies of #B95BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BDC

Black with #B95BDC

Text Example


Text Example

White with #B95BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BDC; }

 p { color: rgb(185,91,220); }

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

background-color css

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

 a { background-color: rgb(185,91,220); }

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

border-color css

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

 span { border-color: rgb(185,91,220); }

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