Html Css Color HEX #BD6FDC Medium Orchid

📋 copy color: '#BD6FDC'

red 189 ◦ green 111 ◦ blue 220

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

Shades of Medium Orchid #BD6FDC

Tints of Medium Orchid #BD6FDC

RGB

 RED value IS 189 (74.22% from 255) = 36.35%

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

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

R = 36.35%
G = 21.35%
B = 42.31%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD6FDC (or 0xBD6FDC) is known color: Medium Orchid. HEX triplet: BD, 6F and DC. RGB value is (189,111,220). Sum of RGB (Red+Green+Blue) = 189+111+220=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FDC is #429023. Grayscale: #929292. Windows color (decimal): -4362276 or 14446525. OLE color: 14446525.

HSL color Cylindrical-coordinate representation of color #BD6FDC: hue angle of 282.94º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6FDC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 111 220 -
CMYK 0.14 0.50 0 0.14
HSL 282.94º 0.61% 0.65% -
HSV(B) 282.94º 0.5% 0.86% -
XYZ 39.59 27.36 70.9 -
YUV 146.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 189 111 220 0.14 0.50 0 0.14 282.94 0.61 0.65
Hex BD 6F DC E 32 0 E 11B 3D 41
Octal 275 157 334 16 62 0 16 433 75 101
Binary 10111101 1101111 11011100 1110 110010 0 1110 100011011 111101 1000001

Color Harmonies of #BD6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FDC

Black with #BD6FDC

Text Example


Text Example

White with #BD6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FDC; }

 p { color: rgb(189,111,220); }

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

background-color css

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

 a { background-color: rgb(189,111,220); }

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

border-color css

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

 span { border-color: rgb(189,111,220); }

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