Html Css Color HEX #BD57FA Medium Orchid

📋 copy color: '#BD57FA'

red 189 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #BD57FA

Tints of Medium Orchid #BD57FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.54%

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

R = 35.93%
G = 16.54%
B = 47.53%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD57FA (or 0xBD57FA) is known color: Medium Orchid. HEX triplet: BD, 57 and FA. RGB value is (189,87,250). Sum of RGB (Red+Green+Blue) = 189+87+250=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57FA is #42A805. Grayscale: #878787. Windows color (decimal): -4368390 or 16406461. OLE color: 16406461.

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

Color convert

RGB 189 87 250 -
CMYK 0.24 0.65 0 0.02
HSL 277.55º 0.94% 0.66% -
HSV(B) 277.55º 0.65% 0.98% -
XYZ 41.65 24.54 92.98 -
YUV 136.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 189 87 250 0.24 0.65 0 0.02 277.55 0.94 0.66
Hex BD 57 FA 18 41 0 2 116 5E 42
Octal 275 127 372 30 101 0 2 426 136 102
Binary 10111101 1010111 11111010 11000 1000001 0 10 100010110 1011110 1000010

Color Harmonies of #BD57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57FA

Black with #BD57FA

Text Example


Text Example

White with #BD57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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