Html Css Color HEX #BD59FA Medium Orchid

📋 copy color: '#BD59FA'

red 189 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #BD59FA

Tints of Medium Orchid #BD59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.86%

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

R = 35.8%
G = 16.86%
B = 47.35%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD59FA (or 0xBD59FA) is known color: Medium Orchid. HEX triplet: BD, 59 and FA. RGB value is (189,89,250). Sum of RGB (Red+Green+Blue) = 189+89+250=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59FA is #42A605. Grayscale: #888888. Windows color (decimal): -4367878 or 16406973. OLE color: 16406973.

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

Color convert

RGB 189 89 250 -
CMYK 0.24 0.64 0 0.02
HSL 277.27º 0.94% 0.66% -
HSV(B) 277.27º 0.64% 0.98% -
XYZ 41.81 24.87 93.04 -
YUV 137.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 189 89 250 0.24 0.64 0 0.02 277.27 0.94 0.66
Hex BD 59 FA 18 40 0 2 115 5E 42
Octal 275 131 372 30 100 0 2 425 136 102
Binary 10111101 1011001 11111010 11000 1000000 0 10 100010101 1011110 1000010

Color Harmonies of #BD59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59FA

Black with #BD59FA

Text Example


Text Example

White with #BD59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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