Html Css Color HEX #BD42DF Medium Orchid

📋 copy color: '#BD42DF'

red 189 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #BD42DF

Tints of Medium Orchid #BD42DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.81%

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

R = 39.54%
G = 13.81%
B = 46.65%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD42DF (or 0xBD42DF) is known color: Medium Orchid. HEX triplet: BD, 42 and DF. RGB value is (189,66,223). Sum of RGB (Red+Green+Blue) = 189+66+223=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42DF is #42BD20. Grayscale: #787878. Windows color (decimal): -4373793 or 14631613. OLE color: 14631613.

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

Color convert

RGB 189 66 223 -
CMYK 0.15 0.70 0 0.13
HSL 287.01º 0.71% 0.57% -
HSV(B) 287.01º 0.7% 0.87% -
XYZ 36.25 20.04 71.77 -
YUV 120.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 189 66 223 0.15 0.70 0 0.13 287.01 0.71 0.57
Hex BD 42 DF F 46 0 D 11F 47 39
Octal 275 102 337 17 106 0 15 437 107 71
Binary 10111101 1000010 11011111 1111 1000110 0 1101 100011111 1000111 111001

Color Harmonies of #BD42DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42DF

Black with #BD42DF

Text Example


Text Example

White with #BD42DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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