Html Css Color HEX #B343FB Medium Orchid

📋 copy color: '#B343FB'

red 179 ◦ green 67 ◦ blue 251

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

Shades of Medium Orchid #B343FB

Tints of Medium Orchid #B343FB

RGB

 RED value IS 179 (70.31% from 255) = 36.02%

 GREEN value IS 67 (26.56% from 255) = 13.48%

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

R = 36.02%
G = 13.48%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B343FB (or 0xB343FB) is known color: Medium Orchid. HEX triplet: B3, 43 and FB. RGB value is (179,67,251). Sum of RGB (Red+Green+Blue) = 179+67+251=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #B343FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343FB is #4CBC04. Grayscale: #787878. Windows color (decimal): -5028869 or 16466867. OLE color: 16466867.

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

Color convert

RGB 179 67 251 -
CMYK 0.29 0.73 0 0.02
HSL 276.52º 0.96% 0.62% -
HSV(B) 276.52º 0.73% 0.98% -
XYZ 38.01 20.56 93.23 -
YUV 121.46 201.11 169.04 -
System Red Green Blue C M Y K H S L
Decimal 179 67 251 0.29 0.73 0 0.02 276.52 0.96 0.62
Hex B3 43 FB 1D 49 0 2 115 60 3E
Octal 263 103 373 35 111 0 2 425 140 76
Binary 10110011 1000011 11111011 11101 1001001 0 10 100010101 1100000 111110

Color Harmonies of #B343FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343FB

Black with #B343FB

Text Example


Text Example

White with #B343FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343FB; }

 p { color: rgb(179,67,251); }

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

background-color css

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

 a { background-color: rgb(179,67,251); }

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

border-color css

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

 span { border-color: rgb(179,67,251); }

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