Html Css Color HEX #BD6FD6 Medium Orchid

📋 copy color: '#BD6FD6'

red 189 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #BD6FD6

Tints of Medium Orchid #BD6FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 36.77%
G = 21.6%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD6FD6 (or 0xBD6FD6) is known color: Medium Orchid. HEX triplet: BD, 6F and D6. RGB value is (189,111,214). Sum of RGB (Red+Green+Blue) = 189+111+214=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FD6 is #429029. Grayscale: #919191. Windows color (decimal): -4362282 or 14053309. OLE color: 14053309.

HSL color Cylindrical-coordinate representation of color #BD6FD6: hue angle of 285.44º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6FD6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 111 214 -
CMYK 0.12 0.48 0 0.16
HSL 285.44º 0.56% 0.64% -
HSV(B) 285.44º 0.48% 0.84% -
XYZ 38.81 27.04 66.79 -
YUV 146.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 189 111 214 0.12 0.48 0 0.16 285.44 0.56 0.64
Hex BD 6F D6 C 30 0 10 11D 38 40
Octal 275 157 326 14 60 0 20 435 70 100
Binary 10111101 1101111 11010110 1100 110000 0 10000 100011101 111000 1000000

Color Harmonies of #BD6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FD6

Black with #BD6FD6

Text Example


Text Example

White with #BD6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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