Html Css Color HEX #BD40FE Medium Orchid

📋 copy color: '#BD40FE'

red 189 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #BD40FE

Tints of Medium Orchid #BD40FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 37.28%
G = 12.62%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD40FE (or 0xBD40FE) is known color: Medium Orchid. HEX triplet: BD, 40 and FE. RGB value is (189,64,254). Sum of RGB (Red+Green+Blue) = 189+64+254=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FE is #42BF01. Grayscale: #7A7A7A. Windows color (decimal): -4374274 or 16662717. OLE color: 16662717.

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

Color convert

RGB 189 64 254 -
CMYK 0.26 0.75 0 0.00
HSL 279.47º 0.99% 0.62% -
HSV(B) 279.47º 0.75% 1% -
XYZ 40.71 21.64 95.8 -
YUV 123.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 189 64 254 0.26 0.75 0 0.00 279.47 0.99 0.62
Hex BD 40 FE 1A 4B 0 0 117 63 3E
Octal 275 100 376 32 113 0 0 427 143 76
Binary 10111101 1000000 11111110 11010 1001011 0 0 100010111 1100011 111110

Color Harmonies of #BD40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40FE

Black with #BD40FE

Text Example


Text Example

White with #BD40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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