Html Css Color HEX #B43CF4 Medium Orchid

📋 copy color: '#B43CF4'

red 180 ◦ green 60 ◦ blue 244

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

Shades of Medium Orchid #B43CF4

Tints of Medium Orchid #B43CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 37.19%
G = 12.4%
B = 50.41%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B43CF4 (or 0xB43CF4) is known color: Medium Orchid. HEX triplet: B4, 3C and F4. RGB value is (180,60,244). Sum of RGB (Red+Green+Blue) = 180+60+244=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #B43CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CF4 is #4BC30B. Grayscale: #747474. Windows color (decimal): -4965132 or 16006324. OLE color: 16006324.

HSL color Cylindrical-coordinate representation of color #B43CF4: hue angle of 279.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43CF4 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 60 244 -
CMYK 0.26 0.75 0 0.04
HSL 279.13º 0.89% 0.6% -
HSV(B) 279.13º 0.75% 0.96% -
XYZ 36.77 19.47 87.41 -
YUV 116.86 199.76 173.04 -
System Red Green Blue C M Y K H S L
Decimal 180 60 244 0.26 0.75 0 0.04 279.13 0.89 0.6
Hex B4 3C F4 1A 4B 0 4 117 59 3C
Octal 264 74 364 32 113 0 4 427 131 74
Binary 10110100 111100 11110100 11010 1001011 0 100 100010111 1011001 111100

Color Harmonies of #B43CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CF4

Black with #B43CF4

Text Example


Text Example

White with #B43CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CF4; }

 p { color: rgb(180,60,244); }

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

background-color css

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

 a { background-color: rgb(180,60,244); }

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

border-color css

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

 span { border-color: rgb(180,60,244); }

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