Html Css Color HEX #BD40EB Medium Orchid

📋 copy color: '#BD40EB'

red 189 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #BD40EB

Tints of Medium Orchid #BD40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

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

R = 38.73%
G = 13.11%
B = 48.16%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD40EB (or 0xBD40EB) is known color: Medium Orchid. HEX triplet: BD, 40 and EB. RGB value is (189,64,235). Sum of RGB (Red+Green+Blue) = 189+64+235=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40EB is #42BF14. Grayscale: #787878. Windows color (decimal): -4374293 or 15417533. OLE color: 15417533.

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

Color convert

RGB 189 64 235 -
CMYK 0.20 0.73 0 0.08
HSL 283.86º 0.81% 0.59% -
HSV(B) 283.86º 0.73% 0.92% -
XYZ 37.82 20.48 80.56 -
YUV 120.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 189 64 235 0.20 0.73 0 0.08 283.86 0.81 0.59
Hex BD 40 EB 14 49 0 8 11C 51 3B
Octal 275 100 353 24 111 0 10 434 121 73
Binary 10111101 1000000 11101011 10100 1001001 0 1000 100011100 1010001 111011

Color Harmonies of #BD40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40EB

Black with #BD40EB

Text Example


Text Example

White with #BD40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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