Html Css Color HEX #BD49FC Medium Orchid

📋 copy color: '#BD49FC'

red 189 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #BD49FC

Tints of Medium Orchid #BD49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.2%

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

R = 36.77%
G = 14.2%
B = 49.03%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD49FC (or 0xBD49FC) is known color: Medium Orchid. HEX triplet: BD, 49 and FC. RGB value is (189,73,252). Sum of RGB (Red+Green+Blue) = 189+73+252=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD49FC is #42B603. Grayscale: #7F7F7F. Windows color (decimal): -4371972 or 16533949. OLE color: 16533949.

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

Color convert

RGB 189 73 252 -
CMYK 0.25 0.71 0 0.01
HSL 278.88º 0.97% 0.64% -
HSV(B) 278.88º 0.71% 0.99% -
XYZ 40.94 22.61 94.3 -
YUV 128.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 189 73 252 0.25 0.71 0 0.01 278.88 0.97 0.64
Hex BD 49 FC 19 47 0 1 117 61 40
Octal 275 111 374 31 107 0 1 427 141 100
Binary 10111101 1001001 11111100 11001 1000111 0 1 100010111 1100001 1000000

Color Harmonies of #BD49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49FC

Black with #BD49FC

Text Example


Text Example

White with #BD49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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