Html Css Color HEX #B96FCF Medium Orchid

📋 copy color: '#B96FCF'

red 185 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #B96FCF

Tints of Medium Orchid #B96FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 36.78%
G = 22.07%
B = 41.15%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B96FCF (or 0xB96FCF) is known color: Medium Orchid. HEX triplet: B9, 6F and CF. RGB value is (185,111,207). Sum of RGB (Red+Green+Blue) = 185+111+207=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCF is #469030. Grayscale: #8F8F8F. Windows color (decimal): -4624433 or 13594553. OLE color: 13594553.

HSL color Cylindrical-coordinate representation of color #B96FCF: hue angle of 286.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96FCF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 111 207 -
CMYK 0.11 0.46 0 0.19
HSL 286.25º 0.5% 0.62% -
HSV(B) 286.25º 0.46% 0.81% -
XYZ 36.95 26.19 62.14 -
YUV 144.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 185 111 207 0.11 0.46 0 0.19 286.25 0.5 0.62
Hex B9 6F CF B 2E 0 13 11E 32 3E
Octal 271 157 317 13 56 0 23 436 62 76
Binary 10111001 1101111 11001111 1011 101110 0 10011 100011110 110010 111110

Color Harmonies of #B96FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FCF

Black with #B96FCF

Text Example


Text Example

White with #B96FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FCF; }

 p { color: rgb(185,111,207); }

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

background-color css

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

 a { background-color: rgb(185,111,207); }

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

border-color css

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

 span { border-color: rgb(185,111,207); }

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