Html Css Color HEX #BD43EC Medium Orchid

📋 copy color: '#BD43EC'

red 189 ◦ green 67 ◦ blue 236

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

Shades of Medium Orchid #BD43EC

Tints of Medium Orchid #BD43EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 38.41%
G = 13.62%
B = 47.97%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD43EC (or 0xBD43EC) is known color: Medium Orchid. HEX triplet: BD, 43 and EC. RGB value is (189,67,236). Sum of RGB (Red+Green+Blue) = 189+67+236=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD43EC is #42BC13. Grayscale: #7A7A7A. Windows color (decimal): -4373524 or 15483837. OLE color: 15483837.

HSL color Cylindrical-coordinate representation of color #BD43EC: hue angle of 283.31º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD43EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 67 236 -
CMYK 0.20 0.72 0 0.07
HSL 283.31º 0.82% 0.59% -
HSV(B) 283.31º 0.72% 0.93% -
XYZ 38.13 20.89 81.38 -
YUV 122.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 189 67 236 0.20 0.72 0 0.07 283.31 0.82 0.59
Hex BD 43 EC 14 48 0 7 11B 52 3B
Octal 275 103 354 24 110 0 7 433 122 73
Binary 10111101 1000011 11101100 10100 1001000 0 111 100011011 1010010 111011

Color Harmonies of #BD43EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43EC

Black with #BD43EC

Text Example


Text Example

White with #BD43EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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