Html Css Color HEX #BD54EA Medium Orchid

📋 copy color: '#BD54EA'

red 189 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #BD54EA

Tints of Medium Orchid #BD54EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 37.28%
G = 16.57%
B = 46.15%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD54EA (or 0xBD54EA) is known color: Medium Orchid. HEX triplet: BD, 54 and EA. RGB value is (189,84,234). Sum of RGB (Red+Green+Blue) = 189+84+234=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54EA is #42AB15. Grayscale: #848484. Windows color (decimal): -4369174 or 15357117. OLE color: 15357117.

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

Color convert

RGB 189 84 234 -
CMYK 0.19 0.64 0 0.08
HSL 282º 0.78% 0.62% -
HSV(B) 282º 0.64% 0.92% -
XYZ 39.01 23.1 80.24 -
YUV 132.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 189 84 234 0.19 0.64 0 0.08 282 0.78 0.62
Hex BD 54 EA 13 40 0 8 11A 4E 3E
Octal 275 124 352 23 100 0 10 432 116 76
Binary 10111101 1010100 11101010 10011 1000000 0 1000 100011010 1001110 111110

Color Harmonies of #BD54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54EA

Black with #BD54EA

Text Example


Text Example

White with #BD54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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