Html Css Color HEX #BD56FB Medium Orchid

📋 copy color: '#BD56FB'

red 189 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #BD56FB

Tints of Medium Orchid #BD56FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 35.93%
G = 16.35%
B = 47.72%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD56FB (or 0xBD56FB) is known color: Medium Orchid. HEX triplet: BD, 56 and FB. RGB value is (189,86,251). Sum of RGB (Red+Green+Blue) = 189+86+251=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD56FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56FB is #42A904. Grayscale: #878787. Windows color (decimal): -4368645 or 16471741. OLE color: 16471741.

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

Color convert

RGB 189 86 251 -
CMYK 0.25 0.66 0 0.02
HSL 277.45º 0.95% 0.66% -
HSV(B) 277.45º 0.66% 0.98% -
XYZ 41.73 24.44 93.78 -
YUV 135.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 189 86 251 0.25 0.66 0 0.02 277.45 0.95 0.66
Hex BD 56 FB 19 42 0 2 115 5F 42
Octal 275 126 373 31 102 0 2 425 137 102
Binary 10111101 1010110 11111011 11001 1000010 0 10 100010101 1011111 1000010

Color Harmonies of #BD56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56FB

Black with #BD56FB

Text Example


Text Example

White with #BD56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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