Html Css Color HEX #BD40FB Medium Orchid

📋 copy color: '#BD40FB'

red 189 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #BD40FB

Tints of Medium Orchid #BD40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 37.5%
G = 12.7%
B = 49.8%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD40FB (or 0xBD40FB) is known color: Medium Orchid. HEX triplet: BD, 40 and FB. RGB value is (189,64,251). Sum of RGB (Red+Green+Blue) = 189+64+251=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FB is #42BF04. Grayscale: #7A7A7A. Windows color (decimal): -4374277 or 16466109. OLE color: 16466109.

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

Color convert

RGB 189 64 251 -
CMYK 0.25 0.75 0 0.02
HSL 280.11º 0.96% 0.62% -
HSV(B) 280.11º 0.75% 0.98% -
XYZ 40.23 21.45 93.29 -
YUV 122.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 189 64 251 0.25 0.75 0 0.02 280.11 0.96 0.62
Hex BD 40 FB 19 4B 0 2 118 60 3E
Octal 275 100 373 31 113 0 2 430 140 76
Binary 10111101 1000000 11111011 11001 1001011 0 10 100011000 1100000 111110

Color Harmonies of #BD40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40FB

Black with #BD40FB

Text Example


Text Example

White with #BD40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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