Html Css Color HEX #BD50FD Medium Orchid

📋 copy color: '#BD50FD'

red 189 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #BD50FD

Tints of Medium Orchid #BD50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 36.21%
G = 15.33%
B = 48.47%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD50FD (or 0xBD50FD) is known color: Medium Orchid. HEX triplet: BD, 50 and FD. RGB value is (189,80,253). Sum of RGB (Red+Green+Blue) = 189+80+253=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50FD is #42AF02. Grayscale: #838383. Windows color (decimal): -4370179 or 16601277. OLE color: 16601277.

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

Color convert

RGB 189 80 253 -
CMYK 0.25 0.68 0 0.01
HSL 277.8º 0.98% 0.65% -
HSV(B) 277.8º 0.68% 0.99% -
XYZ 41.58 23.65 95.3 -
YUV 132.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 189 80 253 0.25 0.68 0 0.01 277.8 0.98 0.65
Hex BD 50 FD 19 44 0 1 116 62 41
Octal 275 120 375 31 104 0 1 426 142 101
Binary 10111101 1010000 11111101 11001 1000100 0 1 100010110 1100010 1000001

Color Harmonies of #BD50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50FD

Black with #BD50FD

Text Example


Text Example

White with #BD50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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