Html Css Color HEX #BD4DFD Medium Orchid

📋 copy color: '#BD4DFD'

red 189 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #BD4DFD

Tints of Medium Orchid #BD4DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 36.42%
G = 14.84%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD4DFD (or 0xBD4DFD) is known color: Medium Orchid. HEX triplet: BD, 4D and FD. RGB value is (189,77,253). Sum of RGB (Red+Green+Blue) = 189+77+253=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DFD is #42B202. Grayscale: #818181. Windows color (decimal): -4370947 or 16600509. OLE color: 16600509.

HSL color Cylindrical-coordinate representation of color #BD4DFD: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4DFD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 77 253 -
CMYK 0.25 0.70 0 0.01
HSL 278.18º 0.98% 0.65% -
HSV(B) 278.18º 0.7% 0.99% -
XYZ 41.37 23.22 95.23 -
YUV 130.55 197.11 169.69 -
System Red Green Blue C M Y K H S L
Decimal 189 77 253 0.25 0.70 0 0.01 278.18 0.98 0.65
Hex BD 4D FD 19 46 0 1 116 62 41
Octal 275 115 375 31 106 0 1 426 142 101
Binary 10111101 1001101 11111101 11001 1000110 0 1 100010110 1100010 1000001

Color Harmonies of #BD4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DFD

Black with #BD4DFD

Text Example


Text Example

White with #BD4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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