Html Css Color HEX #BD47FB Medium Orchid

📋 copy color: '#BD47FB'

red 189 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #BD47FB

Tints of Medium Orchid #BD47FB

RGB

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

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

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

R = 36.99%
G = 13.89%
B = 49.12%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD47FB (or 0xBD47FB) is known color: Medium Orchid. HEX triplet: BD, 47 and FB. RGB value is (189,71,251). Sum of RGB (Red+Green+Blue) = 189+71+251=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD47FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47FB is #42B804. Grayscale: #7E7E7E. Windows color (decimal): -4372485 or 16467901. OLE color: 16467901.

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

Color convert

RGB 189 71 251 -
CMYK 0.25 0.72 0 0.02
HSL 279.33º 0.96% 0.63% -
HSV(B) 279.33º 0.72% 0.98% -
XYZ 40.65 22.29 93.43 -
YUV 126.8 198.09 172.36 -
System Red Green Blue C M Y K H S L
Decimal 189 71 251 0.25 0.72 0 0.02 279.33 0.96 0.63
Hex BD 47 FB 19 48 0 2 117 60 3F
Octal 275 107 373 31 110 0 2 427 140 77
Binary 10111101 1000111 11111011 11001 1001000 0 10 100010111 1100000 111111

Color Harmonies of #BD47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47FB

Black with #BD47FB

Text Example


Text Example

White with #BD47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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