Html Css Color HEX #BD50E8 Medium Orchid

📋 copy color: '#BD50E8'

red 189 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #BD50E8

Tints of Medium Orchid #BD50E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.31%

R = 37.72%
G = 15.97%
B = 46.31%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD50E8 (or 0xBD50E8) is known color: Medium Orchid. HEX triplet: BD, 50 and E8. RGB value is (189,80,232). Sum of RGB (Red+Green+Blue) = 189+80+232=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD50E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50E8 is #42AF17. Grayscale: #818181. Windows color (decimal): -4370200 or 15225021. OLE color: 15225021.

HSL color Cylindrical-coordinate representation of color #BD50E8: hue angle of 283.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD50E8 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 80 232 -
CMYK 0.19 0.66 0 0.09
HSL 283.03º 0.77% 0.61% -
HSV(B) 283.03º 0.66% 0.91% -
XYZ 38.42 22.38 78.64 -
YUV 129.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 189 80 232 0.19 0.66 0 0.09 283.03 0.77 0.61
Hex BD 50 E8 13 42 0 9 11B 4D 3D
Octal 275 120 350 23 102 0 11 433 115 75
Binary 10111101 1010000 11101000 10011 1000010 0 1001 100011011 1001101 111101

Color Harmonies of #BD50E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50E8

Black with #BD50E8

Text Example


Text Example

White with #BD50E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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