Html Css Color HEX #BD56FA Medium Orchid

📋 copy color: '#BD56FA'

red 189 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #BD56FA

Tints of Medium Orchid #BD56FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 36%
G = 16.38%
B = 47.62%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD56FA (or 0xBD56FA) is known color: Medium Orchid. HEX triplet: BD, 56 and FA. RGB value is (189,86,250). Sum of RGB (Red+Green+Blue) = 189+86+250=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56FA is #42A905. Grayscale: #868686. Windows color (decimal): -4368646 or 16406205. OLE color: 16406205.

HSL color Cylindrical-coordinate representation of color #BD56FA: hue angle of 277.68º degrees, saturation: 0.94, 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 #BD56FA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 86 250 -
CMYK 0.24 0.66 0 0.02
HSL 277.68º 0.94% 0.66% -
HSV(B) 277.68º 0.66% 0.98% -
XYZ 41.57 24.38 92.96 -
YUV 135.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 189 86 250 0.24 0.66 0 0.02 277.68 0.94 0.66
Hex BD 56 FA 18 42 0 2 116 5E 42
Octal 275 126 372 30 102 0 2 426 136 102
Binary 10111101 1010110 11111010 11000 1000010 0 10 100010110 1011110 1000010

Color Harmonies of #BD56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56FA

Black with #BD56FA

Text Example


Text Example

White with #BD56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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