Html Css Color HEX #BD43DE Medium Orchid

📋 copy color: '#BD43DE'

red 189 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #BD43DE

Tints of Medium Orchid #BD43DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 39.54%
G = 14.02%
B = 46.44%

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

#BD43DE (or 0xBD43DE) is known color: Medium Orchid. HEX triplet: BD, 43 and DE. RGB value is (189,67,222). Sum of RGB (Red+Green+Blue) = 189+67+222=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DE is #42BC21. Grayscale: #787878. Windows color (decimal): -4373538 or 14566333. OLE color: 14566333.

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

Color convert

RGB 189 67 222 -
CMYK 0.15 0.70 0 0.13
HSL 287.23º 0.7% 0.57% -
HSV(B) 287.23º 0.7% 0.87% -
XYZ 36.18 20.11 71.08 -
YUV 121.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 189 67 222 0.15 0.70 0 0.13 287.23 0.7 0.57
Hex BD 43 DE F 46 0 D 11F 46 39
Octal 275 103 336 17 106 0 15 437 106 71
Binary 10111101 1000011 11011110 1111 1000110 0 1101 100011111 1000110 111001

Color Harmonies of #BD43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43DE

Black with #BD43DE

Text Example


Text Example

White with #BD43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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