Html Css Color HEX #B040FC Medium Orchid

📋 copy color: '#B040FC'

red 176 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #B040FC

Tints of Medium Orchid #B040FC

RGB

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

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

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

R = 35.77%
G = 13.01%
B = 51.22%

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

#B040FC (or 0xB040FC) is known color: Medium Orchid. HEX triplet: B0, 40 and FC. RGB value is (176,64,252). Sum of RGB (Red+Green+Blue) = 176+64+252=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B040FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040FC is #4FBF03. Grayscale: #767676. Windows color (decimal): -5226244 or 16531632. OLE color: 16531632.

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

Color convert

RGB 176 64 252 -
CMYK 0.30 0.75 0 0.01
HSL 275.74º 0.97% 0.62% -
HSV(B) 275.74º 0.75% 0.99% -
XYZ 37.31 19.93 93.98 -
YUV 118.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 176 64 252 0.30 0.75 0 0.01 275.74 0.97 0.62
Hex B0 40 FC 1E 4B 0 1 114 61 3E
Octal 260 100 374 36 113 0 1 424 141 76
Binary 10110000 1000000 11111100 11110 1001011 0 1 100010100 1100001 111110

Color Harmonies of #B040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040FC

Black with #B040FC

Text Example


Text Example

White with #B040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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