Html Css Color HEX #BD6FDE Medium Orchid

📋 copy color: '#BD6FDE'

red 189 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #BD6FDE

Tints of Medium Orchid #BD6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 36.21%
G = 21.26%
B = 42.53%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6FDE (or 0xBD6FDE) is known color: Medium Orchid. HEX triplet: BD, 6F and DE. RGB value is (189,111,222). Sum of RGB (Red+Green+Blue) = 189+111+222=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FDE is #429021. Grayscale: #929292. Windows color (decimal): -4362274 or 14577597. OLE color: 14577597.

HSL color Cylindrical-coordinate representation of color #BD6FDE: hue angle of 282.16º degrees, saturation: 0.63, 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 #BD6FDE is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 111 222 -
CMYK 0.15 0.5 0 0.13
HSL 282.16º 0.63% 0.65% -
HSV(B) 282.16º 0.5% 0.87% -
XYZ 39.86 27.46 72.31 -
YUV 146.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 189 111 222 0.15 0.5 0 0.13 282.16 0.63 0.65
Hex BD 6F DE F 32 0 D 11A 3F 41
Octal 275 157 336 17 62 0 15 432 77 101
Binary 10111101 1101111 11011110 1111 110010 0 1101 100011010 111111 1000001

Color Harmonies of #BD6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FDE

Black with #BD6FDE

Text Example


Text Example

White with #BD6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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