Html Css Color HEX #B43DFF Medium Orchid

📋 copy color: '#B43DFF'

red 180 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #B43DFF

Tints of Medium Orchid #B43DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.3%

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

R = 36.29%
G = 12.3%
B = 51.41%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B43DFF (or 0xB43DFF) is known color: Medium Orchid. HEX triplet: B4, 3D and FF. RGB value is (180,61,255). Sum of RGB (Red+Green+Blue) = 180+61+255=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B43DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43DFF is #4BC200. Grayscale: #767676. Windows color (decimal): -4964865 or 16727476. OLE color: 16727476.

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

Color convert

RGB 180 61 255 -
CMYK 0.29 0.76 0 0
HSL 276.8º 1% 0.62% -
HSV(B) 276.8º 0.76% 1% -
XYZ 38.54 20.26 96.49 -
YUV 118.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 180 61 255 0.29 0.76 0 0 276.8 1 0.62
Hex B4 3D FF 1D 4C 0 0 115 64 3E
Octal 264 75 377 35 114 0 0 425 144 76
Binary 10110100 111101 11111111 11101 1001100 0 0 100010101 1100100 111110

Color Harmonies of #B43DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DFF

Black with #B43DFF

Text Example


Text Example

White with #B43DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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