Html Css Color HEX #B968DD Medium Orchid

📋 copy color: '#B968DD'

red 185 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #B968DD

Tints of Medium Orchid #B968DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 36.27%
G = 20.39%
B = 43.33%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B968DD (or 0xB968DD) is known color: Medium Orchid. HEX triplet: B9, 68 and DD. RGB value is (185,104,221). Sum of RGB (Red+Green+Blue) = 185+104+221=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B968DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DD is #469722. Grayscale: #8D8D8D. Windows color (decimal): -4626211 or 14510265. OLE color: 14510265.

HSL color Cylindrical-coordinate representation of color #B968DD: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B968DD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 104 221 -
CMYK 0.16 0.53 0 0.13
HSL 281.54º 0.63% 0.64% -
HSV(B) 281.54º 0.53% 0.87% -
XYZ 38.01 25.44 71.31 -
YUV 141.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 185 104 221 0.16 0.53 0 0.13 281.54 0.63 0.64
Hex B9 68 DD 10 35 0 D 11A 3F 40
Octal 271 150 335 20 65 0 15 432 77 100
Binary 10111001 1101000 11011101 10000 110101 0 1101 100011010 111111 1000000

Color Harmonies of #B968DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968DD

Black with #B968DD

Text Example


Text Example

White with #B968DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968DD; }

 p { color: rgb(185,104,221); }

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

background-color css

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

 a { background-color: rgb(185,104,221); }

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

border-color css

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

 span { border-color: rgb(185,104,221); }

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