Html Css Color HEX #BD4FDC Medium Orchid

📋 copy color: '#BD4FDC'

red 189 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #BD4FDC

Tints of Medium Orchid #BD4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.19%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 38.73%
G = 16.19%
B = 45.08%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD4FDC (or 0xBD4FDC) is known color: Medium Orchid. HEX triplet: BD, 4F and DC. RGB value is (189,79,220). Sum of RGB (Red+Green+Blue) = 189+79+220=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FDC is #42B023. Grayscale: #7F7F7F. Windows color (decimal): -4370468 or 14438333. OLE color: 14438333.

HSL color Cylindrical-coordinate representation of color #BD4FDC: hue angle of 286.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4FDC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 79 220 -
CMYK 0.14 0.64 0 0.14
HSL 286.81º 0.67% 0.59% -
HSV(B) 286.81º 0.64% 0.86% -
XYZ 36.7 21.58 69.94 -
YUV 127.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 189 79 220 0.14 0.64 0 0.14 286.81 0.67 0.59
Hex BD 4F DC E 40 0 E 11F 43 3B
Octal 275 117 334 16 100 0 16 437 103 73
Binary 10111101 1001111 11011100 1110 1000000 0 1110 100011111 1000011 111011

Color Harmonies of #BD4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FDC

Black with #BD4FDC

Text Example


Text Example

White with #BD4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FDC; }

 p { color: rgb(189,79,220); }

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

background-color css

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

 a { background-color: rgb(189,79,220); }

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

border-color css

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

 span { border-color: rgb(189,79,220); }

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