Html Css Color HEX #BD68D1 Medium Orchid

📋 copy color: '#BD68D1'

red 189 ◦ green 104 ◦ blue 209

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

Shades of Medium Orchid #BD68D1

Tints of Medium Orchid #BD68D1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 37.65%
G = 20.72%
B = 41.63%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD68D1 (or 0xBD68D1) is known color: Medium Orchid. HEX triplet: BD, 68 and D1. RGB value is (189,104,209). Sum of RGB (Red+Green+Blue) = 189+104+209=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D1 is #42972E. Grayscale: #8D8D8D. Windows color (decimal): -4364079 or 13723837. OLE color: 13723837.

HSL color Cylindrical-coordinate representation of color #BD68D1: hue angle of 288.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD68D1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 104 209 -
CMYK 0.10 0.50 0 0.18
HSL 288.57º 0.53% 0.61% -
HSV(B) 288.57º 0.5% 0.82% -
XYZ 37.45 25.32 63.24 -
YUV 141.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 189 104 209 0.10 0.50 0 0.18 288.57 0.53 0.61
Hex BD 68 D1 A 32 0 12 121 35 3D
Octal 275 150 321 12 62 0 22 441 65 75
Binary 10111101 1101000 11010001 1010 110010 0 10010 100100001 110101 111101

Color Harmonies of #BD68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68D1

Black with #BD68D1

Text Example


Text Example

White with #BD68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68D1; }

 p { color: rgb(189,104,209); }

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

background-color css

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

 a { background-color: rgb(189,104,209); }

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

border-color css

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

 span { border-color: rgb(189,104,209); }

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