Html Css Color HEX #B040FD Medium Orchid

📋 copy color: '#B040FD'

red 176 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #B040FD

Tints of Medium Orchid #B040FD

RGB

 RED value IS 176 (69.14% from 255) = 35.7%

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 35.7%
G = 12.98%
B = 51.32%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B040FD (or 0xB040FD) is known color: Medium Orchid. HEX triplet: B0, 40 and FD. RGB value is (176,64,253). Sum of RGB (Red+Green+Blue) = 176+64+253=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #B040FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040FD is #4FBF02. Grayscale: #767676. Windows color (decimal): -5226243 or 16597168. OLE color: 16597168.

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

Color convert

RGB 176 64 253 -
CMYK 0.30 0.75 0 0.01
HSL 275.56º 0.98% 0.62% -
HSV(B) 275.56º 0.75% 0.99% -
XYZ 37.47 19.99 94.81 -
YUV 119.03 203.61 168.63 -
System Red Green Blue C M Y K H S L
Decimal 176 64 253 0.30 0.75 0 0.01 275.56 0.98 0.62
Hex B0 40 FD 1E 4B 0 1 114 62 3E
Octal 260 100 375 36 113 0 1 424 142 76
Binary 10110000 1000000 11111101 11110 1001011 0 1 100010100 1100010 111110

Color Harmonies of #B040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040FD

Black with #B040FD

Text Example


Text Example

White with #B040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040FD; }

 p { color: rgb(176,64,253); }

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

background-color css

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

 a { background-color: rgb(176,64,253); }

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

border-color css

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

 span { border-color: rgb(176,64,253); }

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