Html Css Color HEX #BD6FDD Medium Orchid

📋 copy color: '#BD6FDD'

red 189 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #BD6FDD

Tints of Medium Orchid #BD6FDD

RGB

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

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

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

R = 36.28%
G = 21.31%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6FDD (or 0xBD6FDD) is known color: Medium Orchid. HEX triplet: BD, 6F and DD. RGB value is (189,111,221). Sum of RGB (Red+Green+Blue) = 189+111+221=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FDD is #429022. Grayscale: #929292. Windows color (decimal): -4362275 or 14512061. OLE color: 14512061.

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

Color convert

RGB 189 111 221 -
CMYK 0.14 0.50 0 0.13
HSL 282.55º 0.62% 0.65% -
HSV(B) 282.55º 0.5% 0.87% -
XYZ 39.72 27.41 71.6 -
YUV 146.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 189 111 221 0.14 0.50 0 0.13 282.55 0.62 0.65
Hex BD 6F DD E 32 0 D 11B 3E 41
Octal 275 157 335 16 62 0 15 433 76 101
Binary 10111101 1101111 11011101 1110 110010 0 1101 100011011 111110 1000001

Color Harmonies of #BD6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FDD

Black with #BD6FDD

Text Example


Text Example

White with #BD6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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