Html Css Color HEX #BD49FB Medium Orchid

📋 copy color: '#BD49FB'

red 189 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #BD49FB

Tints of Medium Orchid #BD49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 36.84%
G = 14.23%
B = 48.93%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD49FB (or 0xBD49FB) is known color: Medium Orchid. HEX triplet: BD, 49 and FB. RGB value is (189,73,251). Sum of RGB (Red+Green+Blue) = 189+73+251=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD49FB is #42B604. Grayscale: #7F7F7F. Windows color (decimal): -4371973 or 16468413. OLE color: 16468413.

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

Color convert

RGB 189 73 251 -
CMYK 0.25 0.71 0 0.02
HSL 279.1º 0.96% 0.64% -
HSV(B) 279.1º 0.71% 0.98% -
XYZ 40.78 22.55 93.47 -
YUV 127.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 189 73 251 0.25 0.71 0 0.02 279.1 0.96 0.64
Hex BD 49 FB 19 47 0 2 117 60 40
Octal 275 111 373 31 107 0 2 427 140 100
Binary 10111101 1001001 11111011 11001 1000111 0 10 100010111 1100000 1000000

Color Harmonies of #BD49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49FB

Black with #BD49FB

Text Example


Text Example

White with #BD49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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