Html Css Color HEX #B96DCF Medium Orchid

📋 copy color: '#B96DCF'

red 185 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #B96DCF

Tints of Medium Orchid #B96DCF

RGB

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

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

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

R = 36.93%
G = 21.76%
B = 41.32%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B96DCF (or 0xB96DCF) is known color: Medium Orchid. HEX triplet: B9, 6D and CF. RGB value is (185,109,207). Sum of RGB (Red+Green+Blue) = 185+109+207=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCF is #469230. Grayscale: #8E8E8E. Windows color (decimal): -4624945 or 13594041. OLE color: 13594041.

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

Color convert

RGB 185 109 207 -
CMYK 0.11 0.47 0 0.19
HSL 286.53º 0.51% 0.62% -
HSV(B) 286.53º 0.47% 0.81% -
XYZ 36.74 25.76 62.07 -
YUV 142.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 185 109 207 0.11 0.47 0 0.19 286.53 0.51 0.62
Hex B9 6D CF B 2F 0 13 11F 33 3E
Octal 271 155 317 13 57 0 23 437 63 76
Binary 10111001 1101101 11001111 1011 101111 0 10011 100011111 110011 111110

Color Harmonies of #B96DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DCF

Black with #B96DCF

Text Example


Text Example

White with #B96DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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