Html Css Color HEX #B044FB Medium Orchid

📋 copy color: '#B044FB'

red 176 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #B044FB

Tints of Medium Orchid #B044FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 35.56%
G = 13.74%
B = 50.71%

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

#B044FB (or 0xB044FB) is known color: Medium Orchid. HEX triplet: B0, 44 and FB. RGB value is (176,68,251). Sum of RGB (Red+Green+Blue) = 176+68+251=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #B044FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FB is #4FBB04. Grayscale: #787878. Windows color (decimal): -5225221 or 16467120. OLE color: 16467120.

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

Color convert

RGB 176 68 251 -
CMYK 0.30 0.73 0 0.02
HSL 275.41º 0.96% 0.63% -
HSV(B) 275.41º 0.73% 0.98% -
XYZ 37.38 20.33 93.22 -
YUV 121.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 176 68 251 0.30 0.73 0 0.02 275.41 0.96 0.63
Hex B0 44 FB 1E 49 0 2 113 60 3F
Octal 260 104 373 36 111 0 2 423 140 77
Binary 10110000 1000100 11111011 11110 1001001 0 10 100010011 1100000 111111

Color Harmonies of #B044FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044FB

Black with #B044FB

Text Example


Text Example

White with #B044FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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