Html Css Color HEX #B044FA Medium Orchid

📋 copy color: '#B044FA'

red 176 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #B044FA

Tints of Medium Orchid #B044FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.77%

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

R = 35.63%
G = 13.77%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B044FA (or 0xB044FA) is known color: Medium Orchid. HEX triplet: B0, 44 and FA. RGB value is (176,68,250). Sum of RGB (Red+Green+Blue) = 176+68+250=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #B044FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FA is #4FBB05. Grayscale: #787878. Windows color (decimal): -5225222 or 16401584. OLE color: 16401584.

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

Color convert

RGB 176 68 250 -
CMYK 0.30 0.73 0 0.02
HSL 275.6º 0.95% 0.62% -
HSV(B) 275.6º 0.73% 0.98% -
XYZ 37.23 20.27 92.39 -
YUV 121.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 176 68 250 0.30 0.73 0 0.02 275.6 0.95 0.62
Hex B0 44 FA 1E 49 0 2 114 5F 3E
Octal 260 104 372 36 111 0 2 424 137 76
Binary 10110000 1000100 11111010 11110 1001001 0 10 100010100 1011111 111110

Color Harmonies of #B044FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044FA

Black with #B044FA

Text Example


Text Example

White with #B044FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044FA; }

 p { color: rgb(176,68,250); }

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

background-color css

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

 a { background-color: rgb(176,68,250); }

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

border-color css

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

 span { border-color: rgb(176,68,250); }

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