Html Css Color HEX #B343FC Medium Orchid

📋 copy color: '#B343FC'

red 179 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #B343FC

Tints of Medium Orchid #B343FC

RGB

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

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

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

R = 35.94%
G = 13.45%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B343FC (or 0xB343FC) is known color: Medium Orchid. HEX triplet: B3, 43 and FC. RGB value is (179,67,252). Sum of RGB (Red+Green+Blue) = 179+67+252=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #B343FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343FC is #4CBC03. Grayscale: #787878. Windows color (decimal): -5028868 or 16532403. OLE color: 16532403.

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

Color convert

RGB 179 67 252 -
CMYK 0.29 0.73 0 0.01
HSL 276.32º 0.97% 0.63% -
HSV(B) 276.32º 0.73% 0.99% -
XYZ 38.17 20.63 94.07 -
YUV 121.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 179 67 252 0.29 0.73 0 0.01 276.32 0.97 0.63
Hex B3 43 FC 1D 49 0 1 114 61 3F
Octal 263 103 374 35 111 0 1 424 141 77
Binary 10110011 1000011 11111100 11101 1001001 0 1 100010100 1100001 111111

Color Harmonies of #B343FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343FC

Black with #B343FC

Text Example


Text Example

White with #B343FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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