Html Css Color HEX #B96AF1 Medium Orchid

📋 copy color: '#B96AF1'

red 185 ◦ green 106 ◦ blue 241

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

Shades of Medium Orchid #B96AF1

Tints of Medium Orchid #B96AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

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

R = 34.77%
G = 19.92%
B = 45.3%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B96AF1 (or 0xB96AF1) is known color: Medium Orchid. HEX triplet: B9, 6A and F1. RGB value is (185,106,241). Sum of RGB (Red+Green+Blue) = 185+106+241=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AF1 is #46950E. Grayscale: #909090. Windows color (decimal): -4625679 or 15821497. OLE color: 15821497.

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

Color convert

RGB 185 106 241 -
CMYK 0.23 0.56 0 0.05
HSL 275.11º 0.83% 0.68% -
HSV(B) 275.11º 0.56% 0.95% -
XYZ 41.04 26.97 86.26 -
YUV 145.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 185 106 241 0.23 0.56 0 0.05 275.11 0.83 0.68
Hex B9 6A F1 17 38 0 5 113 53 44
Octal 271 152 361 27 70 0 5 423 123 104
Binary 10111001 1101010 11110001 10111 111000 0 101 100010011 1010011 1000100

Color Harmonies of #B96AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AF1

Black with #B96AF1

Text Example


Text Example

White with #B96AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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