Html Css Color HEX #BD41DF Medium Orchid

📋 copy color: '#BD41DF'

red 189 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #BD41DF

Tints of Medium Orchid #BD41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 39.62%
G = 13.63%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD41DF (or 0xBD41DF) is known color: Medium Orchid. HEX triplet: BD, 41 and DF. RGB value is (189,65,223). Sum of RGB (Red+Green+Blue) = 189+65+223=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41DF is #42BE20. Grayscale: #777777. Windows color (decimal): -4374049 or 14631357. OLE color: 14631357.

HSL color Cylindrical-coordinate representation of color #BD41DF: hue angle of 287.09º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD41DF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 65 223 -
CMYK 0.15 0.71 0 0.13
HSL 287.09º 0.71% 0.56% -
HSV(B) 287.09º 0.71% 0.87% -
XYZ 36.2 19.93 71.75 -
YUV 120.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 189 65 223 0.15 0.71 0 0.13 287.09 0.71 0.56
Hex BD 41 DF F 47 0 D 11F 47 38
Octal 275 101 337 17 107 0 15 437 107 70
Binary 10111101 1000001 11011111 1111 1000111 0 1101 100011111 1000111 111000

Color Harmonies of #BD41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41DF

Black with #BD41DF

Text Example


Text Example

White with #BD41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41DF; }

 p { color: rgb(189,65,223); }

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

background-color css

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

 a { background-color: rgb(189,65,223); }

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

border-color css

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

 span { border-color: rgb(189,65,223); }

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