Html Css Color HEX #BD47F3 Medium Orchid

📋 copy color: '#BD47F3'

red 189 ◦ green 71 ◦ blue 243

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

Shades of Medium Orchid #BD47F3

Tints of Medium Orchid #BD47F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 37.57%
G = 14.12%
B = 48.31%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD47F3 (or 0xBD47F3) is known color: Medium Orchid. HEX triplet: BD, 47 and F3. RGB value is (189,71,243). Sum of RGB (Red+Green+Blue) = 189+71+243=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD47F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47F3 is #42B80C. Grayscale: #7D7D7D. Windows color (decimal): -4372493 or 15943613. OLE color: 15943613.

HSL color Cylindrical-coordinate representation of color #BD47F3: hue angle of 281.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD47F3 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 71 243 -
CMYK 0.22 0.71 0 0.05
HSL 281.16º 0.88% 0.62% -
HSV(B) 281.16º 0.71% 0.95% -
XYZ 39.42 21.8 86.92 -
YUV 125.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 189 71 243 0.22 0.71 0 0.05 281.16 0.88 0.62
Hex BD 47 F3 16 47 0 5 119 58 3E
Octal 275 107 363 26 107 0 5 431 130 76
Binary 10111101 1000111 11110011 10110 1000111 0 101 100011001 1011000 111110

Color Harmonies of #BD47F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47F3

Black with #BD47F3

Text Example


Text Example

White with #BD47F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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