Html Css Color HEX #B43DFE Medium Orchid

📋 copy color: '#B43DFE'

red 180 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #B43DFE

Tints of Medium Orchid #B43DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 36.36%
G = 12.32%
B = 51.31%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B43DFE (or 0xB43DFE) is known color: Medium Orchid. HEX triplet: B4, 3D and FE. RGB value is (180,61,254). Sum of RGB (Red+Green+Blue) = 180+61+254=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B43DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43DFE is #4BC201. Grayscale: #757575. Windows color (decimal): -4964866 or 16661940. OLE color: 16661940.

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

Color convert

RGB 180 61 254 -
CMYK 0.29 0.76 0 0.00
HSL 276.99º 0.99% 0.62% -
HSV(B) 276.99º 0.76% 1% -
XYZ 38.38 20.2 95.64 -
YUV 118.58 204.42 171.81 -
System Red Green Blue C M Y K H S L
Decimal 180 61 254 0.29 0.76 0 0.00 276.99 0.99 0.62
Hex B4 3D FE 1D 4C 0 0 115 63 3E
Octal 264 75 376 35 114 0 0 425 143 76
Binary 10110100 111101 11111110 11101 1001100 0 0 100010101 1100011 111110

Color Harmonies of #B43DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DFE

Black with #B43DFE

Text Example


Text Example

White with #B43DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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