Html Css Color HEX #B95BF1 Medium Orchid

📋 copy color: '#B95BF1'

red 185 ◦ green 91 ◦ blue 241

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

Shades of Medium Orchid #B95BF1

Tints of Medium Orchid #B95BF1

RGB

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

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

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

R = 35.78%
G = 17.6%
B = 46.62%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B95BF1 (or 0xB95BF1) is known color: Medium Orchid. HEX triplet: B9, 5B and F1. RGB value is (185,91,241). Sum of RGB (Red+Green+Blue) = 185+91+241=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #B95BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BF1 is #46A40E. Grayscale: #878787. Windows color (decimal): -4629519 or 15817657. OLE color: 15817657.

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

Color convert

RGB 185 91 241 -
CMYK 0.23 0.62 0 0.05
HSL 277.6º 0.84% 0.65% -
HSV(B) 277.6º 0.62% 0.95% -
XYZ 39.63 24.15 85.79 -
YUV 136.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 185 91 241 0.23 0.62 0 0.05 277.6 0.84 0.65
Hex B9 5B F1 17 3E 0 5 116 54 41
Octal 271 133 361 27 76 0 5 426 124 101
Binary 10111001 1011011 11110001 10111 111110 0 101 100010110 1010100 1000001

Color Harmonies of #B95BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BF1

Black with #B95BF1

Text Example


Text Example

White with #B95BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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