Html Css Color HEX #BD6AC9 Medium Orchid

📋 copy color: '#BD6AC9'

red 189 ◦ green 106 ◦ blue 201

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

Shades of Medium Orchid #BD6AC9

Tints of Medium Orchid #BD6AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 38.1%
G = 21.37%
B = 40.52%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD6AC9 (or 0xBD6AC9) is known color: Medium Orchid. HEX triplet: BD, 6A and C9. RGB value is (189,106,201). Sum of RGB (Red+Green+Blue) = 189+106+201=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD6AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AC9 is #429536. Grayscale: #8D8D8D. Windows color (decimal): -4363575 or 13200061. OLE color: 13200061.

HSL color Cylindrical-coordinate representation of color #BD6AC9: hue angle of 292.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6AC9 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 106 201 -
CMYK 0.06 0.47 0 0.21
HSL 292.42º 0.47% 0.6% -
HSV(B) 292.42º 0.47% 0.79% -
XYZ 36.68 25.34 58.22 -
YUV 141.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 189 106 201 0.06 0.47 0 0.21 292.42 0.47 0.6
Hex BD 6A C9 6 2F 0 15 124 2F 3C
Octal 275 152 311 6 57 0 25 444 57 74
Binary 10111101 1101010 11001001 110 101111 0 10101 100100100 101111 111100

Color Harmonies of #BD6AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6AC9

Black with #BD6AC9

Text Example


Text Example

White with #BD6AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6AC9; }

 p { color: rgb(189,106,201); }

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

background-color css

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

 a { background-color: rgb(189,106,201); }

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

border-color css

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

 span { border-color: rgb(189,106,201); }

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