Html Css Color HEX #B96CF1 Medium Orchid

📋 copy color: '#B96CF1'

red 185 ◦ green 108 ◦ blue 241

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

Shades of Medium Orchid #B96CF1

Tints of Medium Orchid #B96CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.22%

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

R = 34.64%
G = 20.22%
B = 45.13%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B96CF1 (or 0xB96CF1) is known color: Medium Orchid. HEX triplet: B9, 6C and F1. RGB value is (185,108,241). Sum of RGB (Red+Green+Blue) = 185+108+241=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF1 is #46930E. Grayscale: #919191. Windows color (decimal): -4625167 or 15822009. OLE color: 15822009.

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

Color convert

RGB 185 108 241 -
CMYK 0.23 0.55 0 0.05
HSL 274.74º 0.83% 0.68% -
HSV(B) 274.74º 0.55% 0.95% -
XYZ 41.25 27.39 86.33 -
YUV 146.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 185 108 241 0.23 0.55 0 0.05 274.74 0.83 0.68
Hex B9 6C F1 17 37 0 5 113 53 44
Octal 271 154 361 27 67 0 5 423 123 104
Binary 10111001 1101100 11110001 10111 110111 0 101 100010011 1010011 1000100

Color Harmonies of #B96CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CF1

Black with #B96CF1

Text Example


Text Example

White with #B96CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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