Html Css Color HEX #BD47FD Medium Orchid

📋 copy color: '#BD47FD'

red 189 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #BD47FD

Tints of Medium Orchid #BD47FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 36.84%
G = 13.84%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD47FD (or 0xBD47FD) is known color: Medium Orchid. HEX triplet: BD, 47 and FD. RGB value is (189,71,253). Sum of RGB (Red+Green+Blue) = 189+71+253=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47FD is #42B802. Grayscale: #7E7E7E. Windows color (decimal): -4372483 or 16598973. OLE color: 16598973.

HSL color Cylindrical-coordinate representation of color #BD47FD: hue angle of 278.9º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD47FD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 71 253 -
CMYK 0.25 0.72 0 0.01
HSL 278.9º 0.98% 0.64% -
HSV(B) 278.9º 0.72% 0.99% -
XYZ 40.97 22.42 95.1 -
YUV 127.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 189 71 253 0.25 0.72 0 0.01 278.9 0.98 0.64
Hex BD 47 FD 19 48 0 1 117 62 40
Octal 275 107 375 31 110 0 1 427 142 100
Binary 10111101 1000111 11111101 11001 1001000 0 1 100010111 1100010 1000000

Color Harmonies of #BD47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47FD

Black with #BD47FD

Text Example


Text Example

White with #BD47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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