Html Css Color HEX #BD54FD Medium Orchid

📋 copy color: '#BD54FD'

red 189 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #BD54FD

Tints of Medium Orchid #BD54FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 35.93%
G = 15.97%
B = 48.1%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD54FD (or 0xBD54FD) is known color: Medium Orchid. HEX triplet: BD, 54 and FD. RGB value is (189,84,253). Sum of RGB (Red+Green+Blue) = 189+84+253=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54FD is #42AB02. Grayscale: #868686. Windows color (decimal): -4369155 or 16602301. OLE color: 16602301.

HSL color Cylindrical-coordinate representation of color #BD54FD: hue angle of 277.28º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD54FD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 84 253 -
CMYK 0.25 0.67 0 0.01
HSL 277.28º 0.98% 0.66% -
HSV(B) 277.28º 0.67% 0.99% -
XYZ 41.89 24.25 95.4 -
YUV 134.66 194.79 166.76 -
System Red Green Blue C M Y K H S L
Decimal 189 84 253 0.25 0.67 0 0.01 277.28 0.98 0.66
Hex BD 54 FD 19 43 0 1 115 62 42
Octal 275 124 375 31 103 0 1 425 142 102
Binary 10111101 1010100 11111101 11001 1000011 0 1 100010101 1100010 1000010

Color Harmonies of #BD54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54FD

Black with #BD54FD

Text Example


Text Example

White with #BD54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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