Html Css Color HEX #BD47FC Medium Orchid

📋 copy color: '#BD47FC'

red 189 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #BD47FC

Tints of Medium Orchid #BD47FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 36.91%
G = 13.87%
B = 49.22%

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

#BD47FC (or 0xBD47FC) is known color: Medium Orchid. HEX triplet: BD, 47 and FC. RGB value is (189,71,252). Sum of RGB (Red+Green+Blue) = 189+71+252=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47FC is #42B803. Grayscale: #7E7E7E. Windows color (decimal): -4372484 or 16533437. OLE color: 16533437.

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

Color convert

RGB 189 71 252 -
CMYK 0.25 0.72 0 0.01
HSL 279.12º 0.97% 0.63% -
HSV(B) 279.12º 0.72% 0.99% -
XYZ 40.81 22.35 94.26 -
YUV 126.92 198.59 172.28 -
System Red Green Blue C M Y K H S L
Decimal 189 71 252 0.25 0.72 0 0.01 279.12 0.97 0.63
Hex BD 47 FC 19 48 0 1 117 61 3F
Octal 275 107 374 31 110 0 1 427 141 77
Binary 10111101 1000111 11111100 11001 1001000 0 1 100010111 1100001 111111

Color Harmonies of #BD47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47FC

Black with #BD47FC

Text Example


Text Example

White with #BD47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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