Html Css Color HEX #BD51FD Medium Orchid

📋 copy color: '#BD51FD'

red 189 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #BD51FD

Tints of Medium Orchid #BD51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.49%

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

R = 36.14%
G = 15.49%
B = 48.37%

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

#BD51FD (or 0xBD51FD) is known color: Medium Orchid. HEX triplet: BD, 51 and FD. RGB value is (189,81,253). Sum of RGB (Red+Green+Blue) = 189+81+253=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD51FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD51FD is #42AE02. Grayscale: #848484. Windows color (decimal): -4369923 or 16601533. OLE color: 16601533.

HSL color Cylindrical-coordinate representation of color #BD51FD: hue angle of 277.67º 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 #BD51FD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 81 253 -
CMYK 0.25 0.68 0 0.01
HSL 277.67º 0.98% 0.65% -
HSV(B) 277.67º 0.68% 0.99% -
XYZ 41.66 23.8 95.33 -
YUV 132.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 189 81 253 0.25 0.68 0 0.01 277.67 0.98 0.65
Hex BD 51 FD 19 44 0 1 116 62 41
Octal 275 121 375 31 104 0 1 426 142 101
Binary 10111101 1010001 11111101 11001 1000100 0 1 100010110 1100010 1000001

Color Harmonies of #BD51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51FD

Black with #BD51FD

Text Example


Text Example

White with #BD51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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