Html Css Color HEX #B44FFB Medium Orchid

📋 copy color: '#B44FFB'

red 180 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #B44FFB

Tints of Medium Orchid #B44FFB

RGB

 RED value IS 180 (70.7% from 255) = 35.29%

 GREEN value IS 79 (31.25% from 255) = 15.49%

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

R = 35.29%
G = 15.49%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B44FFB (or 0xB44FFB) is known color: Medium Orchid. HEX triplet: B4, 4F and FB. RGB value is (180,79,251). Sum of RGB (Red+Green+Blue) = 180+79+251=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B44FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44FFB is #4BB004. Grayscale: #808080. Windows color (decimal): -4960261 or 16469940. OLE color: 16469940.

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

Color convert

RGB 180 79 251 -
CMYK 0.28 0.69 0 0.02
HSL 275.23º 0.96% 0.65% -
HSV(B) 275.23º 0.69% 0.98% -
XYZ 39.03 22.26 93.51 -
YUV 128.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 180 79 251 0.28 0.69 0 0.02 275.23 0.96 0.65
Hex B4 4F FB 1C 45 0 2 113 60 41
Octal 264 117 373 34 105 0 2 423 140 101
Binary 10110100 1001111 11111011 11100 1000101 0 10 100010011 1100000 1000001

Color Harmonies of #B44FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FFB

Black with #B44FFB

Text Example


Text Example

White with #B44FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FFB; }

 p { color: rgb(180,79,251); }

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

background-color css

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

 a { background-color: rgb(180,79,251); }

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

border-color css

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

 span { border-color: rgb(180,79,251); }

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