Html Css Color HEX #BD47CF Medium Orchid

📋 copy color: '#BD47CF'

red 189 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #BD47CF

Tints of Medium Orchid #BD47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 40.47%
G = 15.2%
B = 44.33%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD47CF (or 0xBD47CF) is known color: Medium Orchid. HEX triplet: BD, 47 and CF. RGB value is (189,71,207). Sum of RGB (Red+Green+Blue) = 189+71+207=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47CF is #42B830. Grayscale: #797979. Windows color (decimal): -4372529 or 13584317. OLE color: 13584317.

HSL color Cylindrical-coordinate representation of color #BD47CF: hue angle of 292.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD47CF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 71 207 -
CMYK 0.09 0.66 0 0.19
HSL 292.06º 0.59% 0.55% -
HSV(B) 292.06º 0.66% 0.81% -
XYZ 34.5 19.83 61.04 -
YUV 121.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 189 71 207 0.09 0.66 0 0.19 292.06 0.59 0.55
Hex BD 47 CF 9 42 0 13 124 3B 37
Octal 275 107 317 11 102 0 23 444 73 67
Binary 10111101 1000111 11001111 1001 1000010 0 10011 100100100 111011 110111

Color Harmonies of #BD47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47CF

Black with #BD47CF

Text Example


Text Example

White with #BD47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47CF; }

 p { color: rgb(189,71,207); }

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

background-color css

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

 a { background-color: rgb(189,71,207); }

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

border-color css

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

 span { border-color: rgb(189,71,207); }

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