Html Css Color HEX #B040F3 Medium Orchid

📋 copy color: '#B040F3'

red 176 ◦ green 64 ◦ blue 243

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

Shades of Medium Orchid #B040F3

Tints of Medium Orchid #B040F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 36.44%
G = 13.25%
B = 50.31%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B040F3 (or 0xB040F3) is known color: Medium Orchid. HEX triplet: B0, 40 and F3. RGB value is (176,64,243). Sum of RGB (Red+Green+Blue) = 176+64+243=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #B040F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040F3 is #4FBF0C. Grayscale: #757575. Windows color (decimal): -5226253 or 15941808. OLE color: 15941808.

HSL color Cylindrical-coordinate representation of color #B040F3: hue angle of 277.54º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B040F3 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 64 243 -
CMYK 0.28 0.74 0 0.05
HSL 277.54º 0.88% 0.6% -
HSV(B) 277.54º 0.74% 0.95% -
XYZ 35.92 19.37 86.64 -
YUV 117.89 198.61 169.45 -
System Red Green Blue C M Y K H S L
Decimal 176 64 243 0.28 0.74 0 0.05 277.54 0.88 0.6
Hex B0 40 F3 1C 4A 0 5 116 58 3C
Octal 260 100 363 34 112 0 5 426 130 74
Binary 10110000 1000000 11110011 11100 1001010 0 101 100010110 1011000 111100

Color Harmonies of #B040F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040F3

Black with #B040F3

Text Example


Text Example

White with #B040F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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