Html Css Color HEX #BD4DDC Medium Orchid

📋 copy color: '#BD4DDC'

red 189 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #BD4DDC

Tints of Medium Orchid #BD4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.84%

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

R = 38.89%
G = 15.84%
B = 45.27%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD4DDC (or 0xBD4DDC) is known color: Medium Orchid. HEX triplet: BD, 4D and DC. RGB value is (189,77,220). Sum of RGB (Red+Green+Blue) = 189+77+220=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DDC is #42B223. Grayscale: #7E7E7E. Windows color (decimal): -4370980 or 14437821. OLE color: 14437821.

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

Color convert

RGB 189 77 220 -
CMYK 0.14 0.65 0 0.14
HSL 286.99º 0.67% 0.58% -
HSV(B) 286.99º 0.65% 0.86% -
XYZ 36.56 21.29 69.89 -
YUV 126.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 189 77 220 0.14 0.65 0 0.14 286.99 0.67 0.58
Hex BD 4D DC E 41 0 E 11F 43 3A
Octal 275 115 334 16 101 0 16 437 103 72
Binary 10111101 1001101 11011100 1110 1000001 0 1110 100011111 1000011 111010

Color Harmonies of #BD4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DDC

Black with #BD4DDC

Text Example


Text Example

White with #BD4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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