Html Css Color HEX #BD43D6 Medium Orchid

📋 copy color: '#BD43D6'

red 189 ◦ green 67 ◦ blue 214

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

Shades of Medium Orchid #BD43D6

Tints of Medium Orchid #BD43D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 40.21%
G = 14.26%
B = 45.53%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD43D6 (or 0xBD43D6) is known color: Medium Orchid. HEX triplet: BD, 43 and D6. RGB value is (189,67,214). Sum of RGB (Red+Green+Blue) = 189+67+214=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD43D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43D6 is #42BC29. Grayscale: #777777. Windows color (decimal): -4373546 or 14042045. OLE color: 14042045.

HSL color Cylindrical-coordinate representation of color #BD43D6: hue angle of 289.8º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD43D6 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 67 214 -
CMYK 0.12 0.69 0 0.16
HSL 289.8º 0.64% 0.55% -
HSV(B) 289.8º 0.69% 0.84% -
XYZ 35.13 19.69 65.57 -
YUV 120.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 189 67 214 0.12 0.69 0 0.16 289.8 0.64 0.55
Hex BD 43 D6 C 45 0 10 122 40 37
Octal 275 103 326 14 105 0 20 442 100 67
Binary 10111101 1000011 11010110 1100 1000101 0 10000 100100010 1000000 110111

Color Harmonies of #BD43D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43D6

Black with #BD43D6

Text Example


Text Example

White with #BD43D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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