Html Css Color HEX #BD54FE Medium Orchid

📋 copy color: '#BD54FE'

red 189 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #BD54FE

Tints of Medium Orchid #BD54FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 35.86%
G = 15.94%
B = 48.2%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD54FE (or 0xBD54FE) is known color: Medium Orchid. HEX triplet: BD, 54 and FE. RGB value is (189,84,254). Sum of RGB (Red+Green+Blue) = 189+84+254=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54FE is #42AB01. Grayscale: #868686. Windows color (decimal): -4369154 or 16667837. OLE color: 16667837.

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

Color convert

RGB 189 84 254 -
CMYK 0.26 0.67 0 0.00
HSL 277.06º 0.99% 0.66% -
HSV(B) 277.06º 0.67% 1% -
XYZ 42.05 24.32 96.24 -
YUV 134.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 189 84 254 0.26 0.67 0 0.00 277.06 0.99 0.66
Hex BD 54 FE 1A 43 0 0 115 63 42
Octal 275 124 376 32 103 0 0 425 143 102
Binary 10111101 1010100 11111110 11010 1000011 0 0 100010101 1100011 1000010

Color Harmonies of #BD54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54FE

Black with #BD54FE

Text Example


Text Example

White with #BD54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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