Html Css Color HEX #BD40F8 Medium Orchid

📋 copy color: '#BD40F8'

red 189 ◦ green 64 ◦ blue 248

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

Shades of Medium Orchid #BD40F8

Tints of Medium Orchid #BD40F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 37.72%
G = 12.77%
B = 49.5%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD40F8 (or 0xBD40F8) is known color: Medium Orchid. HEX triplet: BD, 40 and F8. RGB value is (189,64,248). Sum of RGB (Red+Green+Blue) = 189+64+248=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD40F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40F8 is #42BF07. Grayscale: #797979. Windows color (decimal): -4374280 or 16269501. OLE color: 16269501.

HSL color Cylindrical-coordinate representation of color #BD40F8: hue angle of 280.76º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD40F8 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 64 248 -
CMYK 0.24 0.74 0 0.03
HSL 280.76º 0.93% 0.61% -
HSV(B) 280.76º 0.74% 0.97% -
XYZ 39.76 21.26 90.82 -
YUV 122.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 189 64 248 0.24 0.74 0 0.03 280.76 0.93 0.61
Hex BD 40 F8 18 4A 0 3 119 5D 3D
Octal 275 100 370 30 112 0 3 431 135 75
Binary 10111101 1000000 11111000 11000 1001010 0 11 100011001 1011101 111101

Color Harmonies of #BD40F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40F8

Black with #BD40F8

Text Example


Text Example

White with #BD40F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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