Html Css Color HEX #B44AFB Medium Orchid

📋 copy color: '#B44AFB'

red 180 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B44AFB

Tints of Medium Orchid #B44AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.65%

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

R = 35.64%
G = 14.65%
B = 49.7%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B44AFB (or 0xB44AFB) is known color: Medium Orchid. HEX triplet: B4, 4A and FB. RGB value is (180,74,251). Sum of RGB (Red+Green+Blue) = 180+74+251=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B44AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44AFB is #4BB504. Grayscale: #7D7D7D. Windows color (decimal): -4961541 or 16468660. OLE color: 16468660.

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

Color convert

RGB 180 74 251 -
CMYK 0.28 0.71 0 0.02
HSL 275.93º 0.96% 0.64% -
HSV(B) 275.93º 0.71% 0.98% -
XYZ 38.68 21.57 93.39 -
YUV 125.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 180 74 251 0.28 0.71 0 0.02 275.93 0.96 0.64
Hex B4 4A FB 1C 47 0 2 114 60 40
Octal 264 112 373 34 107 0 2 424 140 100
Binary 10110100 1001010 11111011 11100 1000111 0 10 100010100 1100000 1000000

Color Harmonies of #B44AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AFB

Black with #B44AFB

Text Example


Text Example

White with #B44AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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