Html Css Color HEX #BD68CD Medium Orchid

📋 copy color: '#BD68CD'

red 189 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #BD68CD

Tints of Medium Orchid #BD68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 37.95%
G = 20.88%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD68CD (or 0xBD68CD) is known color: Medium Orchid. HEX triplet: BD, 68 and CD. RGB value is (189,104,205). Sum of RGB (Red+Green+Blue) = 189+104+205=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CD is #429732. Grayscale: #8C8C8C. Windows color (decimal): -4364083 or 13461693. OLE color: 13461693.

HSL color Cylindrical-coordinate representation of color #BD68CD: hue angle of 290.5º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD68CD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 104 205 -
CMYK 0.08 0.49 0 0.20
HSL 290.5º 0.5% 0.61% -
HSV(B) 290.5º 0.49% 0.8% -
XYZ 36.96 25.13 60.66 -
YUV 140.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 189 104 205 0.08 0.49 0 0.20 290.5 0.5 0.61
Hex BD 68 CD 8 31 0 14 122 32 3D
Octal 275 150 315 10 61 0 24 442 62 75
Binary 10111101 1101000 11001101 1000 110001 0 10100 100100010 110010 111101

Color Harmonies of #BD68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68CD

Black with #BD68CD

Text Example


Text Example

White with #BD68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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