Html Css Color HEX #BD4DF5 Medium Orchid

📋 copy color: '#BD4DF5'

red 189 ◦ green 77 ◦ blue 245

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

Shades of Medium Orchid #BD4DF5

Tints of Medium Orchid #BD4DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.95%

R = 36.99%
G = 15.07%
B = 47.95%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD4DF5 (or 0xBD4DF5) is known color: Medium Orchid. HEX triplet: BD, 4D and F5. RGB value is (189,77,245). Sum of RGB (Red+Green+Blue) = 189+77+245=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD4DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DF5 is #42B20A. Grayscale: #818181. Windows color (decimal): -4370955 or 16076221. OLE color: 16076221.

HSL color Cylindrical-coordinate representation of color #BD4DF5: hue angle of 280º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4DF5 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 77 245 -
CMYK 0.23 0.69 0 0.04
HSL 280º 0.89% 0.63% -
HSV(B) 280º 0.69% 0.96% -
XYZ 40.12 22.72 88.66 -
YUV 129.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 189 77 245 0.23 0.69 0 0.04 280 0.89 0.63
Hex BD 4D F5 17 45 0 4 118 59 3F
Octal 275 115 365 27 105 0 4 430 131 77
Binary 10111101 1001101 11110101 10111 1000101 0 100 100011000 1011001 111111

Color Harmonies of #BD4DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DF5

Black with #BD4DF5

Text Example


Text Example

White with #BD4DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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