Html Css Color HEX #B044FF Medium Orchid

📋 copy color: '#B044FF'

red 176 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B044FF

Tints of Medium Orchid #B044FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 35.27%
G = 13.63%
B = 51.1%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B044FF (or 0xB044FF) is known color: Medium Orchid. HEX triplet: B0, 44 and FF. RGB value is (176,68,255). Sum of RGB (Red+Green+Blue) = 176+68+255=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B044FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FF is #4FBB00. Grayscale: #787878. Windows color (decimal): -5225217 or 16729264. OLE color: 16729264.

HSL color Cylindrical-coordinate representation of color #B044FF: hue angle of 274.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B044FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 68 255 -
CMYK 0.31 0.73 0 0
HSL 274.65º 1% 0.63% -
HSV(B) 274.65º 0.73% 1% -
XYZ 38.02 20.58 96.58 -
YUV 121.61 203.28 166.79 -
System Red Green Blue C M Y K H S L
Decimal 176 68 255 0.31 0.73 0 0 274.65 1 0.63
Hex B0 44 FF 1F 49 0 0 113 64 3F
Octal 260 104 377 37 111 0 0 423 144 77
Binary 10110000 1000100 11111111 11111 1001001 0 0 100010011 1100100 111111

Color Harmonies of #B044FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044FF

Black with #B044FF

Text Example


Text Example

White with #B044FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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