Html Css Color HEX #BD38EC Medium Orchid

📋 copy color: '#BD38EC'

red 189 ◦ green 56 ◦ blue 236

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

Shades of Medium Orchid #BD38EC

Tints of Medium Orchid #BD38EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.64%

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

R = 39.29%
G = 11.64%
B = 49.06%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD38EC (or 0xBD38EC) is known color: Medium Orchid. HEX triplet: BD, 38 and EC. RGB value is (189,56,236). Sum of RGB (Red+Green+Blue) = 189+56+236=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38EC is #42C713. Grayscale: #737373. Windows color (decimal): -4376340 or 15481021. OLE color: 15481021.

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

Color convert

RGB 189 56 236 -
CMYK 0.20 0.76 0 0.07
HSL 284.33º 0.83% 0.57% -
HSV(B) 284.33º 0.76% 0.93% -
XYZ 37.54 19.7 81.18 -
YUV 116.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 189 56 236 0.20 0.76 0 0.07 284.33 0.83 0.57
Hex BD 38 EC 14 4C 0 7 11C 53 39
Octal 275 70 354 24 114 0 7 434 123 71
Binary 10111101 111000 11101100 10100 1001100 0 111 100011100 1010011 111001

Color Harmonies of #BD38EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38EC

Black with #BD38EC

Text Example


Text Example

White with #BD38EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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