Html Css Color HEX #B43BF2 Medium Orchid

📋 copy color: '#B43BF2'

red 180 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #B43BF2

Tints of Medium Orchid #B43BF2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 37.42%
G = 12.27%
B = 50.31%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B43BF2 (or 0xB43BF2) is known color: Medium Orchid. HEX triplet: B4, 3B and F2. RGB value is (180,59,242). Sum of RGB (Red+Green+Blue) = 180+59+242=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #B43BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BF2 is #4BC40D. Grayscale: #737373. Windows color (decimal): -4965390 or 15874996. OLE color: 15874996.

HSL color Cylindrical-coordinate representation of color #B43BF2: hue angle of 279.67º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43BF2 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 59 242 -
CMYK 0.26 0.76 0 0.05
HSL 279.67º 0.88% 0.59% -
HSV(B) 279.67º 0.76% 0.95% -
XYZ 36.41 19.24 85.8 -
YUV 116.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 180 59 242 0.26 0.76 0 0.05 279.67 0.88 0.59
Hex B4 3B F2 1A 4C 0 5 118 58 3B
Octal 264 73 362 32 114 0 5 430 130 73
Binary 10110100 111011 11110010 11010 1001100 0 101 100011000 1011000 111011

Color Harmonies of #B43BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BF2

Black with #B43BF2

Text Example


Text Example

White with #B43BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BF2; }

 p { color: rgb(180,59,242); }

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

background-color css

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

 a { background-color: rgb(180,59,242); }

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

border-color css

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

 span { border-color: rgb(180,59,242); }

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