Html Css Color HEX #B44CFB Medium Orchid

📋 copy color: '#B44CFB'

red 180 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B44CFB

Tints of Medium Orchid #B44CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.99%

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

R = 35.5%
G = 14.99%
B = 49.51%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B44CFB (or 0xB44CFB) is known color: Medium Orchid. HEX triplet: B4, 4C and FB. RGB value is (180,76,251). Sum of RGB (Red+Green+Blue) = 180+76+251=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B44CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CFB is #4BB304. Grayscale: #7E7E7E. Windows color (decimal): -4961029 or 16469172. OLE color: 16469172.

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

Color convert

RGB 180 76 251 -
CMYK 0.28 0.70 0 0.02
HSL 275.66º 0.96% 0.64% -
HSV(B) 275.66º 0.7% 0.98% -
XYZ 38.82 21.84 93.44 -
YUV 127.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 180 76 251 0.28 0.70 0 0.02 275.66 0.96 0.64
Hex B4 4C FB 1C 46 0 2 114 60 40
Octal 264 114 373 34 106 0 2 424 140 100
Binary 10110100 1001100 11111011 11100 1000110 0 10 100010100 1100000 1000000

Color Harmonies of #B44CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CFB

Black with #B44CFB

Text Example


Text Example

White with #B44CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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