Html Css Color HEX #BD4DFE Medium Orchid

📋 copy color: '#BD4DFE'

red 189 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #BD4DFE

Tints of Medium Orchid #BD4DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 36.35%
G = 14.81%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD4DFE (or 0xBD4DFE) is known color: Medium Orchid. HEX triplet: BD, 4D and FE. RGB value is (189,77,254). Sum of RGB (Red+Green+Blue) = 189+77+254=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DFE is #42B201. Grayscale: #828282. Windows color (decimal): -4370946 or 16666045. OLE color: 16666045.

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

Color convert

RGB 189 77 254 -
CMYK 0.26 0.70 0 0.00
HSL 277.97º 0.99% 0.65% -
HSV(B) 277.97º 0.7% 1% -
XYZ 41.53 23.28 96.07 -
YUV 130.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 189 77 254 0.26 0.70 0 0.00 277.97 0.99 0.65
Hex BD 4D FE 1A 46 0 0 116 63 41
Octal 275 115 376 32 106 0 0 426 143 101
Binary 10111101 1001101 11111110 11010 1000110 0 0 100010110 1100011 1000001

Color Harmonies of #BD4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DFE

Black with #BD4DFE

Text Example


Text Example

White with #BD4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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