Html Css Color HEX #BD6DDF Medium Orchid

📋 copy color: '#BD6DDF'

red 189 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #BD6DDF

Tints of Medium Orchid #BD6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 36.28%
G = 20.92%
B = 42.8%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6DDF (or 0xBD6DDF) is known color: Medium Orchid. HEX triplet: BD, 6D and DF. RGB value is (189,109,223). Sum of RGB (Red+Green+Blue) = 189+109+223=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DDF is #429220. Grayscale: #919191. Windows color (decimal): -4362785 or 14642621. OLE color: 14642621.

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

Color convert

RGB 189 109 223 -
CMYK 0.15 0.51 0 0.13
HSL 282.11º 0.64% 0.65% -
HSV(B) 282.11º 0.51% 0.87% -
XYZ 39.77 27.08 72.94 -
YUV 145.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 189 109 223 0.15 0.51 0 0.13 282.11 0.64 0.65
Hex BD 6D DF F 33 0 D 11A 40 41
Octal 275 155 337 17 63 0 15 432 100 101
Binary 10111101 1101101 11011111 1111 110011 0 1101 100011010 1000000 1000001

Color Harmonies of #BD6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DDF

Black with #BD6DDF

Text Example


Text Example

White with #BD6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DDF; }

 p { color: rgb(189,109,223); }

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

background-color css

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

 a { background-color: rgb(189,109,223); }

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

border-color css

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

 span { border-color: rgb(189,109,223); }

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