Html Css Color HEX #B44CFA Medium Orchid

📋 copy color: '#B44CFA'

red 180 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #B44CFA

Tints of Medium Orchid #B44CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 35.57%
G = 15.02%
B = 49.41%

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

#B44CFA (or 0xB44CFA) is known color: Medium Orchid. HEX triplet: B4, 4C and FA. RGB value is (180,76,250). Sum of RGB (Red+Green+Blue) = 180+76+250=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #B44CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CFA is #4BB305. Grayscale: #7E7E7E. Windows color (decimal): -4961030 or 16403636. OLE color: 16403636.

HSL color Cylindrical-coordinate representation of color #B44CFA: hue angle of 275.86º degrees, saturation: 0.95, 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 #B44CFA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 76 250 -
CMYK 0.28 0.70 0 0.02
HSL 275.86º 0.95% 0.64% -
HSV(B) 275.86º 0.7% 0.98% -
XYZ 38.66 21.77 92.61 -
YUV 126.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 180 76 250 0.28 0.70 0 0.02 275.86 0.95 0.64
Hex B4 4C FA 1C 46 0 2 114 5F 40
Octal 264 114 372 34 106 0 2 424 137 100
Binary 10110100 1001100 11111010 11100 1000110 0 10 100010100 1011111 1000000

Color Harmonies of #B44CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CFA

Black with #B44CFA

Text Example


Text Example

White with #B44CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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