Html Css Color HEX #B44BFE Medium Orchid

📋 copy color: '#B44BFE'

red 180 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #B44BFE

Tints of Medium Orchid #B44BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.73%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 35.36%
G = 14.73%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B44BFE (or 0xB44BFE) is known color: Medium Orchid. HEX triplet: B4, 4B and FE. RGB value is (180,75,254). Sum of RGB (Red+Green+Blue) = 180+75+254=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B44BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44BFE is #4BB401. Grayscale: #7E7E7E. Windows color (decimal): -4961282 or 16665524. OLE color: 16665524.

HSL color Cylindrical-coordinate representation of color #B44BFE: hue angle of 275.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B44BFE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 75 254 -
CMYK 0.29 0.70 0 0.00
HSL 275.2º 0.99% 0.65% -
HSV(B) 275.2º 0.7% 1% -
XYZ 39.23 21.89 95.92 -
YUV 126.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 180 75 254 0.29 0.70 0 0.00 275.2 0.99 0.65
Hex B4 4B FE 1D 46 0 0 113 63 41
Octal 264 113 376 35 106 0 0 423 143 101
Binary 10110100 1001011 11111110 11101 1000110 0 0 100010011 1100011 1000001

Color Harmonies of #B44BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44BFE

Black with #B44BFE

Text Example


Text Example

White with #B44BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44BFE; }

 p { color: rgb(180,75,254); }

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

background-color css

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

 a { background-color: rgb(180,75,254); }

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

border-color css

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

 span { border-color: rgb(180,75,254); }

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