Html Css Color HEX #BD6FD8 Medium Orchid

📋 copy color: '#BD6FD8'

red 189 ◦ green 111 ◦ blue 216

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

Shades of Medium Orchid #BD6FD8

Tints of Medium Orchid #BD6FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 36.63%
G = 21.51%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD6FD8 (or 0xBD6FD8) is known color: Medium Orchid. HEX triplet: BD, 6F and D8. RGB value is (189,111,216). Sum of RGB (Red+Green+Blue) = 189+111+216=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FD8 is #429027. Grayscale: #919191. Windows color (decimal): -4362280 or 14184381. OLE color: 14184381.

HSL color Cylindrical-coordinate representation of color #BD6FD8: hue angle of 284.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6FD8 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 111 216 -
CMYK 0.12 0.49 0 0.15
HSL 284.57º 0.57% 0.64% -
HSV(B) 284.57º 0.49% 0.85% -
XYZ 39.07 27.15 68.15 -
YUV 146.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 189 111 216 0.12 0.49 0 0.15 284.57 0.57 0.64
Hex BD 6F D8 C 31 0 F 11D 39 40
Octal 275 157 330 14 61 0 17 435 71 100
Binary 10111101 1101111 11011000 1100 110001 0 1111 100011101 111001 1000000

Color Harmonies of #BD6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FD8

Black with #BD6FD8

Text Example


Text Example

White with #BD6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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