Html Css Color HEX #BD40FD Medium Orchid

📋 copy color: '#BD40FD'

red 189 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #BD40FD

Tints of Medium Orchid #BD40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.65%

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

R = 37.35%
G = 12.65%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD40FD (or 0xBD40FD) is known color: Medium Orchid. HEX triplet: BD, 40 and FD. RGB value is (189,64,253). Sum of RGB (Red+Green+Blue) = 189+64+253=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FD is #42BF02. Grayscale: #7A7A7A. Windows color (decimal): -4374275 or 16597181. OLE color: 16597181.

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

Color convert

RGB 189 64 253 -
CMYK 0.25 0.75 0 0.01
HSL 279.68º 0.98% 0.62% -
HSV(B) 279.68º 0.75% 0.99% -
XYZ 40.55 21.58 94.96 -
YUV 122.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 189 64 253 0.25 0.75 0 0.01 279.68 0.98 0.62
Hex BD 40 FD 19 4B 0 1 118 62 3E
Octal 275 100 375 31 113 0 1 430 142 76
Binary 10111101 1000000 11111101 11001 1001011 0 1 100011000 1100010 111110

Color Harmonies of #BD40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40FD

Black with #BD40FD

Text Example


Text Example

White with #BD40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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