Html Css Color HEX #BD43DF Medium Orchid

📋 copy color: '#BD43DF'

red 189 ◦ green 67 ◦ blue 223

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

Shades of Medium Orchid #BD43DF

Tints of Medium Orchid #BD43DF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.99%

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

R = 39.46%
G = 13.99%
B = 46.56%

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

#BD43DF (or 0xBD43DF) is known color: Medium Orchid. HEX triplet: BD, 43 and DF. RGB value is (189,67,223). Sum of RGB (Red+Green+Blue) = 189+67+223=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DF is #42BC20. Grayscale: #787878. Windows color (decimal): -4373537 or 14631869. OLE color: 14631869.

HSL color Cylindrical-coordinate representation of color #BD43DF: hue angle of 286.92º 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 #BD43DF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 67 223 -
CMYK 0.15 0.70 0 0.13
HSL 286.92º 0.71% 0.57% -
HSV(B) 286.92º 0.7% 0.87% -
XYZ 36.31 20.16 71.79 -
YUV 121.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 189 67 223 0.15 0.70 0 0.13 286.92 0.71 0.57
Hex BD 43 DF F 46 0 D 11F 47 39
Octal 275 103 337 17 106 0 15 437 107 71
Binary 10111101 1000011 11011111 1111 1000110 0 1101 100011111 1000111 111001

Color Harmonies of #BD43DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43DF

Black with #BD43DF

Text Example


Text Example

White with #BD43DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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