Html Css Color HEX #B43BFC Medium Orchid

📋 copy color: '#B43BFC'

red 180 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #B43BFC

Tints of Medium Orchid #B43BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 36.66%
G = 12.02%
B = 51.32%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B43BFC (or 0xB43BFC) is known color: Medium Orchid. HEX triplet: B4, 3B and FC. RGB value is (180,59,252). Sum of RGB (Red+Green+Blue) = 180+59+252=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #B43BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BFC is #4BC403. Grayscale: #747474. Windows color (decimal): -4965380 or 16530356. OLE color: 16530356.

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

Color convert

RGB 180 59 252 -
CMYK 0.29 0.77 0 0.01
HSL 277.62º 0.97% 0.61% -
HSV(B) 277.62º 0.77% 0.99% -
XYZ 37.96 19.86 93.93 -
YUV 117.18 204.09 172.81 -
System Red Green Blue C M Y K H S L
Decimal 180 59 252 0.29 0.77 0 0.01 277.62 0.97 0.61
Hex B4 3B FC 1D 4D 0 1 116 61 3D
Octal 264 73 374 35 115 0 1 426 141 75
Binary 10110100 111011 11111100 11101 1001101 0 1 100010110 1100001 111101

Color Harmonies of #B43BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BFC

Black with #B43BFC

Text Example


Text Example

White with #B43BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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