Html Css Color HEX #BD56FE Medium Orchid

📋 copy color: '#BD56FE'

red 189 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #BD56FE

Tints of Medium Orchid #BD56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.26%

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

R = 35.73%
G = 16.26%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD56FE (or 0xBD56FE) is known color: Medium Orchid. HEX triplet: BD, 56 and FE. RGB value is (189,86,254). Sum of RGB (Red+Green+Blue) = 189+86+254=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56FE is #42A901. Grayscale: #878787. Windows color (decimal): -4368642 or 16668349. OLE color: 16668349.

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

Color convert

RGB 189 86 254 -
CMYK 0.26 0.66 0 0.00
HSL 276.79º 0.99% 0.67% -
HSV(B) 276.79º 0.66% 1% -
XYZ 42.2 24.63 96.3 -
YUV 135.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 189 86 254 0.26 0.66 0 0.00 276.79 0.99 0.67
Hex BD 56 FE 1A 42 0 0 115 63 43
Octal 275 126 376 32 102 0 0 425 143 103
Binary 10111101 1010110 11111110 11010 1000010 0 0 100010101 1100011 1000011

Color Harmonies of #BD56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56FE

Black with #BD56FE

Text Example


Text Example

White with #BD56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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