Html Css Color HEX #BD50FA Medium Orchid

📋 copy color: '#BD50FA'

red 189 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #BD50FA

Tints of Medium Orchid #BD50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 36.42%
G = 15.41%
B = 48.17%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD50FA (or 0xBD50FA) is known color: Medium Orchid. HEX triplet: BD, 50 and FA. RGB value is (189,80,250). Sum of RGB (Red+Green+Blue) = 189+80+250=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50FA is #42AF05. Grayscale: #838383. Windows color (decimal): -4370182 or 16404669. OLE color: 16404669.

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

Color convert

RGB 189 80 250 -
CMYK 0.24 0.68 0 0.02
HSL 278.47º 0.94% 0.65% -
HSV(B) 278.47º 0.68% 0.98% -
XYZ 41.11 23.46 92.8 -
YUV 131.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 189 80 250 0.24 0.68 0 0.02 278.47 0.94 0.65
Hex BD 50 FA 18 44 0 2 116 5E 41
Octal 275 120 372 30 104 0 2 426 136 101
Binary 10111101 1010000 11111010 11000 1000100 0 10 100010110 1011110 1000001

Color Harmonies of #BD50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50FA

Black with #BD50FA

Text Example


Text Example

White with #BD50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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