Html Css Color HEX #BD50EB Medium Orchid

📋 copy color: '#BD50EB'

red 189 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #BD50EB

Tints of Medium Orchid #BD50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 37.5%
G = 15.87%
B = 46.63%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD50EB (or 0xBD50EB) is known color: Medium Orchid. HEX triplet: BD, 50 and EB. RGB value is (189,80,235). Sum of RGB (Red+Green+Blue) = 189+80+235=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50EB is #42AF14. Grayscale: #818181. Windows color (decimal): -4370197 or 15421629. OLE color: 15421629.

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

Color convert

RGB 189 80 235 -
CMYK 0.20 0.66 0 0.08
HSL 282.19º 0.79% 0.62% -
HSV(B) 282.19º 0.66% 0.92% -
XYZ 38.85 22.55 80.9 -
YUV 130.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 189 80 235 0.20 0.66 0 0.08 282.19 0.79 0.62
Hex BD 50 EB 14 42 0 8 11A 4F 3E
Octal 275 120 353 24 102 0 10 432 117 76
Binary 10111101 1010000 11101011 10100 1000010 0 1000 100011010 1001111 111110

Color Harmonies of #BD50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50EB

Black with #BD50EB

Text Example


Text Example

White with #BD50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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