Html Css Color HEX #BD40FA Medium Orchid

📋 copy color: '#BD40FA'

red 189 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #BD40FA

Tints of Medium Orchid #BD40FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 37.57%
G = 12.72%
B = 49.7%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD40FA (or 0xBD40FA) is known color: Medium Orchid. HEX triplet: BD, 40 and FA. RGB value is (189,64,250). Sum of RGB (Red+Green+Blue) = 189+64+250=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FA is #42BF05. Grayscale: #797979. Windows color (decimal): -4374278 or 16400573. OLE color: 16400573.

HSL color Cylindrical-coordinate representation of color #BD40FA: hue angle of 280.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD40FA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 64 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.32º 0.95% 0.62% -
HSV(B) 280.32º 0.74% 0.98% -
XYZ 40.07 21.39 92.46 -
YUV 122.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 189 64 250 0.24 0.74 0 0.02 280.32 0.95 0.62
Hex BD 40 FA 18 4A 0 2 118 5F 3E
Octal 275 100 372 30 112 0 2 430 137 76
Binary 10111101 1000000 11111010 11000 1001010 0 10 100011000 1011111 111110

Color Harmonies of #BD40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40FA

Black with #BD40FA

Text Example


Text Example

White with #BD40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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