Html Css Color HEX #B95DF1 Medium Orchid

📋 copy color: '#B95DF1'

red 185 ◦ green 93 ◦ blue 241

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

Shades of Medium Orchid #B95DF1

Tints of Medium Orchid #B95DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 35.65%
G = 17.92%
B = 46.44%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B95DF1 (or 0xB95DF1) is known color: Medium Orchid. HEX triplet: B9, 5D and F1. RGB value is (185,93,241). Sum of RGB (Red+Green+Blue) = 185+93+241=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #B95DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95DF1 is #46A20E. Grayscale: #888888. Windows color (decimal): -4629007 or 15818169. OLE color: 15818169.

HSL color Cylindrical-coordinate representation of color #B95DF1: hue angle of 277.3º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B95DF1 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 93 241 -
CMYK 0.23 0.61 0 0.05
HSL 277.3º 0.84% 0.65% -
HSV(B) 277.3º 0.61% 0.95% -
XYZ 39.8 24.49 85.85 -
YUV 137.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 185 93 241 0.23 0.61 0 0.05 277.3 0.84 0.65
Hex B9 5D F1 17 3D 0 5 115 54 41
Octal 271 135 361 27 75 0 5 425 124 101
Binary 10111001 1011101 11110001 10111 111101 0 101 100010101 1010100 1000001

Color Harmonies of #B95DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DF1

Black with #B95DF1

Text Example


Text Example

White with #B95DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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