Html Css Color HEX #B96FD2 Medium Orchid

📋 copy color: '#B96FD2'

red 185 ◦ green 111 ◦ blue 210

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

Shades of Medium Orchid #B96FD2

Tints of Medium Orchid #B96FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 36.56%
G = 21.94%
B = 41.5%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B96FD2 (or 0xB96FD2) is known color: Medium Orchid. HEX triplet: B9, 6F and D2. RGB value is (185,111,210). Sum of RGB (Red+Green+Blue) = 185+111+210=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #B96FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FD2 is #46902D. Grayscale: #909090. Windows color (decimal): -4624430 or 13791161. OLE color: 13791161.

HSL color Cylindrical-coordinate representation of color #B96FD2: hue angle of 284.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96FD2 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 111 210 -
CMYK 0.12 0.47 0 0.18
HSL 284.85º 0.52% 0.63% -
HSV(B) 284.85º 0.47% 0.82% -
XYZ 37.32 26.34 64.09 -
YUV 144.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 185 111 210 0.12 0.47 0 0.18 284.85 0.52 0.63
Hex B9 6F D2 C 2F 0 12 11D 34 3F
Octal 271 157 322 14 57 0 22 435 64 77
Binary 10111001 1101111 11010010 1100 101111 0 10010 100011101 110100 111111

Color Harmonies of #B96FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FD2

Black with #B96FD2

Text Example


Text Example

White with #B96FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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