Html Css Color HEX #B43BFF Medium Orchid

📋 copy color: '#B43BFF'

red 180 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #B43BFF

Tints of Medium Orchid #B43BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 36.44%
G = 11.94%
B = 51.62%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B43BFF (or 0xB43BFF) is known color: Medium Orchid. HEX triplet: B4, 3B and FF. RGB value is (180,59,255). Sum of RGB (Red+Green+Blue) = 180+59+255=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B43BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BFF is #4BC400. Grayscale: #747474. Windows color (decimal): -4965377 or 16726964. OLE color: 16726964.

HSL color Cylindrical-coordinate representation of color #B43BFF: hue angle of 277.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43BFF is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 59 255 -
CMYK 0.29 0.77 0 0
HSL 277.04º 1% 0.62% -
HSV(B) 277.04º 0.77% 1% -
XYZ 38.44 20.05 96.45 -
YUV 117.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 180 59 255 0.29 0.77 0 0 277.04 1 0.62
Hex B4 3B FF 1D 4D 0 0 115 64 3E
Octal 264 73 377 35 115 0 0 425 144 76
Binary 10110100 111011 11111111 11101 1001101 0 0 100010101 1100100 111110

Color Harmonies of #B43BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BFF

Black with #B43BFF

Text Example


Text Example

White with #B43BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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