Html Css Color HEX #B43DFB Medium Orchid

📋 copy color: '#B43DFB'

red 180 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #B43DFB

Tints of Medium Orchid #B43DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 36.59%
G = 12.4%
B = 51.02%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B43DFB (or 0xB43DFB) is known color: Medium Orchid. HEX triplet: B4, 3D and FB. RGB value is (180,61,251). Sum of RGB (Red+Green+Blue) = 180+61+251=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #B43DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43DFB is #4BC204. Grayscale: #757575. Windows color (decimal): -4964869 or 16465332. OLE color: 16465332.

HSL color Cylindrical-coordinate representation of color #B43DFB: hue angle of 277.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43DFB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 61 251 -
CMYK 0.28 0.76 0 0.02
HSL 277.58º 0.96% 0.61% -
HSV(B) 277.58º 0.76% 0.98% -
XYZ 37.9 20.01 93.13 -
YUV 118.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 180 61 251 0.28 0.76 0 0.02 277.58 0.96 0.61
Hex B4 3D FB 1C 4C 0 2 116 60 3D
Octal 264 75 373 34 114 0 2 426 140 75
Binary 10110100 111101 11111011 11100 1001100 0 10 100010110 1100000 111101

Color Harmonies of #B43DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DFB

Black with #B43DFB

Text Example


Text Example

White with #B43DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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