Html Css Color HEX #BD54EB Medium Orchid

📋 copy color: '#BD54EB'

red 189 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #BD54EB

Tints of Medium Orchid #BD54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.54%

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

R = 37.2%
G = 16.54%
B = 46.26%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD54EB (or 0xBD54EB) is known color: Medium Orchid. HEX triplet: BD, 54 and EB. RGB value is (189,84,235). Sum of RGB (Red+Green+Blue) = 189+84+235=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54EB is #42AB14. Grayscale: #848484. Windows color (decimal): -4369173 or 15422653. OLE color: 15422653.

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

Color convert

RGB 189 84 235 -
CMYK 0.20 0.64 0 0.08
HSL 281.72º 0.79% 0.63% -
HSV(B) 281.72º 0.64% 0.92% -
XYZ 39.15 23.16 81 -
YUV 132.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 189 84 235 0.20 0.64 0 0.08 281.72 0.79 0.63
Hex BD 54 EB 14 40 0 8 11A 4F 3F
Octal 275 124 353 24 100 0 10 432 117 77
Binary 10111101 1010100 11101011 10100 1000000 0 1000 100011010 1001111 111111

Color Harmonies of #BD54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54EB

Black with #BD54EB

Text Example


Text Example

White with #BD54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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