Html Css Color HEX #BD47EF Medium Orchid

📋 copy color: '#BD47EF'

red 189 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #BD47EF

Tints of Medium Orchid #BD47EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 37.88%
G = 14.23%
B = 47.9%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD47EF (or 0xBD47EF) is known color: Medium Orchid. HEX triplet: BD, 47 and EF. RGB value is (189,71,239). Sum of RGB (Red+Green+Blue) = 189+71+239=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD47EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47EF is #42B810. Grayscale: #7C7C7C. Windows color (decimal): -4372497 or 15681469. OLE color: 15681469.

HSL color Cylindrical-coordinate representation of color #BD47EF: hue angle of 282.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD47EF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 71 239 -
CMYK 0.21 0.70 0 0.06
HSL 282.14º 0.84% 0.61% -
HSV(B) 282.14º 0.7% 0.94% -
XYZ 38.82 21.56 83.78 -
YUV 125.43 192.09 173.34 -
System Red Green Blue C M Y K H S L
Decimal 189 71 239 0.21 0.70 0 0.06 282.14 0.84 0.61
Hex BD 47 EF 15 46 0 6 11A 54 3D
Octal 275 107 357 25 106 0 6 432 124 75
Binary 10111101 1000111 11101111 10101 1000110 0 110 100011010 1010100 111101

Color Harmonies of #BD47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47EF

Black with #BD47EF

Text Example


Text Example

White with #BD47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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