Html Css Color HEX #BD69D7 Medium Orchid

📋 copy color: '#BD69D7'

red 189 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #BD69D7

Tints of Medium Orchid #BD69D7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.63%

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 37.13%
G = 20.63%
B = 42.24%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD69D7 (or 0xBD69D7) is known color: Medium Orchid. HEX triplet: BD, 69 and D7. RGB value is (189,105,215). Sum of RGB (Red+Green+Blue) = 189+105+215=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69D7 is #429628. Grayscale: #8E8E8E. Windows color (decimal): -4363817 or 14117309. OLE color: 14117309.

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

Color convert

RGB 189 105 215 -
CMYK 0.12 0.51 0 0.16
HSL 285.82º 0.58% 0.63% -
HSV(B) 285.82º 0.51% 0.84% -
XYZ 38.3 25.83 67.26 -
YUV 142.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 189 105 215 0.12 0.51 0 0.16 285.82 0.58 0.63
Hex BD 69 D7 C 33 0 10 11E 3A 3F
Octal 275 151 327 14 63 0 20 436 72 77
Binary 10111101 1101001 11010111 1100 110011 0 10000 100011110 111010 111111

Color Harmonies of #BD69D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69D7

Black with #BD69D7

Text Example


Text Example

White with #BD69D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69D7; }

 p { color: rgb(189,105,215); }

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

background-color css

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

 a { background-color: rgb(189,105,215); }

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

border-color css

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

 span { border-color: rgb(189,105,215); }

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