Html Css Color HEX #BD40FC Medium Orchid

📋 copy color: '#BD40FC'

red 189 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #BD40FC

Tints of Medium Orchid #BD40FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 37.43%
G = 12.67%
B = 49.9%

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

#BD40FC (or 0xBD40FC) is known color: Medium Orchid. HEX triplet: BD, 40 and FC. RGB value is (189,64,252). Sum of RGB (Red+Green+Blue) = 189+64+252=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FC is #42BF03. Grayscale: #7A7A7A. Windows color (decimal): -4374276 or 16531645. OLE color: 16531645.

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

Color convert

RGB 189 64 252 -
CMYK 0.25 0.75 0 0.01
HSL 279.89º 0.97% 0.62% -
HSV(B) 279.89º 0.75% 0.99% -
XYZ 40.39 21.51 94.12 -
YUV 122.81 200.91 175.21 -
System Red Green Blue C M Y K H S L
Decimal 189 64 252 0.25 0.75 0 0.01 279.89 0.97 0.62
Hex BD 40 FC 19 4B 0 1 118 61 3E
Octal 275 100 374 31 113 0 1 430 141 76
Binary 10111101 1000000 11111100 11001 1001011 0 1 100011000 1100001 111110

Color Harmonies of #BD40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40FC

Black with #BD40FC

Text Example


Text Example

White with #BD40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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