Html Css Color HEX #B95BD2 Medium Orchid

📋 copy color: '#B95BD2'

red 185 ◦ green 91 ◦ blue 210

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

Shades of Medium Orchid #B95BD2

Tints of Medium Orchid #B95BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 38.07%
G = 18.72%
B = 43.21%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B95BD2 (or 0xB95BD2) is known color: Medium Orchid. HEX triplet: B9, 5B and D2. RGB value is (185,91,210). Sum of RGB (Red+Green+Blue) = 185+91+210=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #B95BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BD2 is #46A42D. Grayscale: #848484. Windows color (decimal): -4629550 or 13786041. OLE color: 13786041.

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

Color convert

RGB 185 91 210 -
CMYK 0.12 0.57 0 0.18
HSL 287.4º 0.57% 0.59% -
HSV(B) 287.4º 0.57% 0.82% -
XYZ 35.38 22.45 63.44 -
YUV 132.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 185 91 210 0.12 0.57 0 0.18 287.4 0.57 0.59
Hex B9 5B D2 C 39 0 12 11F 39 3B
Octal 271 133 322 14 71 0 22 437 71 73
Binary 10111001 1011011 11010010 1100 111001 0 10010 100011111 111001 111011

Color Harmonies of #B95BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BD2

Black with #B95BD2

Text Example


Text Example

White with #B95BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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