Html Css Color HEX #B96DF0 Medium Orchid

📋 copy color: '#B96DF0'

red 185 ◦ green 109 ◦ blue 240

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

Shades of Medium Orchid #B96DF0

Tints of Medium Orchid #B96DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 34.64%
G = 20.41%
B = 44.94%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B96DF0 (or 0xB96DF0) is known color: Medium Orchid. HEX triplet: B9, 6D and F0. RGB value is (185,109,240). Sum of RGB (Red+Green+Blue) = 185+109+240=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #B96DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF0 is #46920F. Grayscale: #929292. Windows color (decimal): -4624912 or 15756729. OLE color: 15756729.

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

Color convert

RGB 185 109 240 -
CMYK 0.23 0.55 0 0.06
HSL 274.81º 0.81% 0.68% -
HSV(B) 274.81º 0.55% 0.94% -
XYZ 41.2 27.54 85.58 -
YUV 146.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 185 109 240 0.23 0.55 0 0.06 274.81 0.81 0.68
Hex B9 6D F0 17 37 0 6 113 51 44
Octal 271 155 360 27 67 0 6 423 121 104
Binary 10111001 1101101 11110000 10111 110111 0 110 100010011 1010001 1000100

Color Harmonies of #B96DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DF0

Black with #B96DF0

Text Example


Text Example

White with #B96DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DF0; }

 p { color: rgb(185,109,240); }

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

background-color css

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

 a { background-color: rgb(185,109,240); }

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

border-color css

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

 span { border-color: rgb(185,109,240); }

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