Html Css Color HEX #BD50EC Medium Orchid

📋 copy color: '#BD50EC'

red 189 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #BD50EC

Tints of Medium Orchid #BD50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.84%

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

R = 37.43%
G = 15.84%
B = 46.73%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD50EC (or 0xBD50EC) is known color: Medium Orchid. HEX triplet: BD, 50 and EC. RGB value is (189,80,236). Sum of RGB (Red+Green+Blue) = 189+80+236=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50EC is #42AF13. Grayscale: #818181. Windows color (decimal): -4370196 or 15487165. OLE color: 15487165.

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

Color convert

RGB 189 80 236 -
CMYK 0.20 0.66 0 0.07
HSL 281.92º 0.8% 0.62% -
HSV(B) 281.92º 0.66% 0.93% -
XYZ 39 22.61 81.67 -
YUV 130.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 189 80 236 0.20 0.66 0 0.07 281.92 0.8 0.62
Hex BD 50 EC 14 42 0 7 11A 50 3E
Octal 275 120 354 24 102 0 7 432 120 76
Binary 10111101 1010000 11101100 10100 1000010 0 111 100011010 1010000 111110

Color Harmonies of #BD50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50EC

Black with #BD50EC

Text Example


Text Example

White with #BD50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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