Html Css Color HEX #B969DC Medium Orchid

📋 copy color: '#B969DC'

red 185 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B969DC

Tints of Medium Orchid #B969DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.59%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 36.27%
G = 20.59%
B = 43.14%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B969DC (or 0xB969DC) is known color: Medium Orchid. HEX triplet: B9, 69 and DC. RGB value is (185,105,220). Sum of RGB (Red+Green+Blue) = 185+105+220=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B969DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969DC is #469623. Grayscale: #8D8D8D. Windows color (decimal): -4625956 or 14444985. OLE color: 14444985.

HSL color Cylindrical-coordinate representation of color #B969DC: hue angle of 281.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B969DC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 105 220 -
CMYK 0.16 0.52 0 0.14
HSL 281.74º 0.62% 0.64% -
HSV(B) 281.74º 0.52% 0.86% -
XYZ 37.98 25.58 70.65 -
YUV 142.03 172 158.65 -
System Red Green Blue C M Y K H S L
Decimal 185 105 220 0.16 0.52 0 0.14 281.74 0.62 0.64
Hex B9 69 DC 10 34 0 E 11A 3E 40
Octal 271 151 334 20 64 0 16 432 76 100
Binary 10111001 1101001 11011100 10000 110100 0 1110 100011010 111110 1000000

Color Harmonies of #B969DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969DC

Black with #B969DC

Text Example


Text Example

White with #B969DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969DC; }

 p { color: rgb(185,105,220); }

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

background-color css

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

 a { background-color: rgb(185,105,220); }

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

border-color css

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

 span { border-color: rgb(185,105,220); }

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