Html Css Color HEX #BD6ACC Medium Orchid

📋 copy color: '#BD6ACC'

red 189 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #BD6ACC

Tints of Medium Orchid #BD6ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 37.88%
G = 21.24%
B = 40.88%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD6ACC (or 0xBD6ACC) is known color: Medium Orchid. HEX triplet: BD, 6A and CC. RGB value is (189,106,204). Sum of RGB (Red+Green+Blue) = 189+106+204=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ACC is #429533. Grayscale: #8D8D8D. Windows color (decimal): -4363572 or 13396669. OLE color: 13396669.

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

Color convert

RGB 189 106 204 -
CMYK 0.07 0.48 0 0.2
HSL 290.82º 0.49% 0.61% -
HSV(B) 290.82º 0.48% 0.8% -
XYZ 37.04 25.49 60.09 -
YUV 141.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 189 106 204 0.07 0.48 0 0.2 290.82 0.49 0.61
Hex BD 6A CC 7 30 0 14 123 31 3D
Octal 275 152 314 7 60 0 24 443 61 75
Binary 10111101 1101010 11001100 111 110000 0 10100 100100011 110001 111101

Color Harmonies of #BD6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6ACC

Black with #BD6ACC

Text Example


Text Example

White with #BD6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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